Skip to content

Commit 61559a4

Browse files
committed
Use %hhd for BOOLs in format string.
1 parent b93cc07 commit 61559a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MacVim/MMAppController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ - (IBAction)ligaturesButtonClicked:(id)sender
12391239
kCFPreferencesCurrentApplication);
12401240
CFPreferencesAppSynchronize(kCFPreferencesCurrentApplication);
12411241

1242-
ASLogInfo(@"Use ligatures=%ld", enable);
1242+
ASLogInfo(@"Use ligatures=%hhd", enable);
12431243

12441244
// This action is called when the user clicks the "enable support for ligatures"
12451245
// button in the advanced preferences pane.

0 commit comments

Comments
 (0)