Commit fee38056 authored by Ryan C. Gordon's avatar Ryan C. Gordon

SDL_X11_LoadSymbols() was reporting success when required symbols weren't

 found!

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401617
parent 092d48fc
...@@ -171,6 +171,7 @@ int SDL_X11_LoadSymbols(void) ...@@ -171,6 +171,7 @@ int SDL_X11_LoadSymbols(void)
if (!SDL_X11_HAVE_BASEXLIB) { /* some required symbol didn't load. */ if (!SDL_X11_HAVE_BASEXLIB) { /* some required symbol didn't load. */
SDL_X11_UnloadSymbols(); /* in case something got loaded... */ SDL_X11_UnloadSymbols(); /* in case something got loaded... */
rc = 0;
} }
} }
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment