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.
2 parents 2a33867 + 50badad commit 03750a9Copy full SHA for 03750a9
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