Use %hhd for BOOLs in format string.

This commit is contained in:
Josh Petrie
2015-10-06 20:59:13 -07:00
parent b93cc077ea
commit 61559a4acc
+1 -1
View File
@@ -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.