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 3142962 + 61559a4 commit 07ea51aCopy full SHA for 07ea51a
1 file changed
src/MacVim/MMAppController.m
@@ -1239,7 +1239,7 @@ - (IBAction)ligaturesButtonClicked:(id)sender
1239
kCFPreferencesCurrentApplication);
1240
CFPreferencesAppSynchronize(kCFPreferencesCurrentApplication);
1241
1242
- ASLogInfo(@"Use ligatures=%ld", enable);
+ ASLogInfo(@"Use ligatures=%hhd", enable);
1243
1244
// This action is called when the user clicks the "enable support for ligatures"
1245
// button in the advanced preferences pane.
0 commit comments