mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
wayland: Fix bug 3814 -Wmissing-field-initializers
This commit is contained in:
@@ -47,6 +47,7 @@ SDL_LoadObject(const char *sofile)
|
||||
}
|
||||
#endif
|
||||
|
||||
printf("SOFILE: %s\n", sofile);
|
||||
handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL);
|
||||
loaderror = (char *) dlerror();
|
||||
if (handle == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user