mirror of
https://github.com/yawut/SDL.git
synced 2026-06-23 21:11:22 -05:00
Oops, that wasn't right...
This commit is contained in:
parent
9df4088b9a
commit
0166cd5b97
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user