Skip to content

Commit

Permalink
SDL_X11_LoadSymbols() was reporting success when required symbols wer…
Browse files Browse the repository at this point in the history
…en't

 found!
  • Loading branch information
icculus committed Mar 24, 2006
1 parent 8e553da commit 21df6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11dyn.c
Expand Up @@ -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
Expand Down

0 comments on commit 21df6ac

Please sign in to comment.