mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 17:55:17 -05:00
SDL_X11_LoadSymbols() was reporting success when required symbols weren't
found!
This commit is contained in:
@@ -171,6 +171,7 @@ int SDL_X11_LoadSymbols(void)
|
||||
|
||||
if (!SDL_X11_HAVE_BASEXLIB) { /* some required symbol didn't load. */
|
||||
SDL_X11_UnloadSymbols(); /* in case something got loaded... */
|
||||
rc = 0;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user