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:
Ryan C. Gordon 2006-03-24 03:49:37 +00:00
parent 092d48fc0f
commit fee3805600

View file

@ -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