From 61559a4accb2f427ecb00a399d3519ff57332a75 Mon Sep 17 00:00:00 2001 From: Josh Petrie Date: Tue, 6 Oct 2015 20:59:13 -0700 Subject: [PATCH] Use %hhd for BOOLs in format string. --- src/MacVim/MMAppController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/MMAppController.m b/src/MacVim/MMAppController.m index 454d3ab0df..db4d3826ad 100644 --- a/src/MacVim/MMAppController.m +++ b/src/MacVim/MMAppController.m @@ -1239,7 +1239,7 @@ fsEventCallback(ConstFSEventStreamRef streamRef, kCFPreferencesCurrentApplication); CFPreferencesAppSynchronize(kCFPreferencesCurrentApplication); - ASLogInfo(@"Use ligatures=%ld", enable); + ASLogInfo(@"Use ligatures=%hhd", enable); // This action is called when the user clicks the "enable support for ligatures" // button in the advanced preferences pane.