SDL_X11_LoadSymbols() was reporting success when required symbols weren't
found! --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401617
This commit is contained in:
parent
092d48fc0f
commit
fee3805600
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue