We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a1dfb commit 50badadCopy full SHA for 50badad
src/MacVim/MMPreferenceController.m
@@ -36,7 +36,7 @@ static void loadSymbols()
36
void *ptr;
37
if ((ptr = dlsym(RTLD_DEFAULT, "NSImageNamePreferencesGeneral")) != NULL)
38
nsImageNamePreferencesGeneral = *(NSString**)ptr;
39
- if ((ptr = dlsym(RTLD_DEFAULT, "NSImageNamePreferencesAdvanced")) != NULL)
+ if ((ptr = dlsym(RTLD_DEFAULT, "NSImageNameAdvanced")) != NULL)
40
nsImageNamePreferencesAdvanced = *(NSString**)ptr;
41
}
42
0 commit comments