mirror of
https://github.com/yawut/SDL.git
synced 2026-09-25 01:45:41 -05:00
Oops, that wasn't right...
This commit is contained in:
@@ -414,7 +414,7 @@ fprintf(stderr, "glXGetProcAddress returned %p and dlsym returned %p for %s\n",
|
||||
#endif
|
||||
retval = dlsym(handle, proc);
|
||||
if (!retval && strlen(proc) <= 1022) {
|
||||
procname[0] = "_";
|
||||
procname[0] = '_';
|
||||
strcpy(procname + 1, proc);
|
||||
retval = dlsym(handle, procname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user