Fixme: Error while try to compile!
This commit is contained in:
@@ -92,14 +92,14 @@ void OpenExternTutorialVideo(VideoLink_t *tutorial)
|
||||
#ifdef __ANDROID__
|
||||
SDL_ANDROID_OpenExternalWebBrowser(link);
|
||||
#else
|
||||
char cmd[PATH_MAX] =
|
||||
//char cmd[PATH_MAX] =
|
||||
#ifdef WIN32
|
||||
"start ";
|
||||
#else
|
||||
"xdg-open ";
|
||||
#endif
|
||||
strcat(cmd, link);
|
||||
system(cmd);
|
||||
//strcat(cmd, link);
|
||||
//system(cmd);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user