aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-06-21 21:30:11 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-06-21 21:30:11 +0000
commit7247d5e2ea3e43a48c1f85bf263c5237d459641a (patch)
treebe744b82ab288a21decc4a31a5adc8db001d85d9 /AppKit
parentb962a2ca36c7efbb9ae89330041a3edcd12e7704 (diff)
[Author: dmaclach]
Clean up some basic issues in GTM. Also removes GTMUniqueFileObjectPathBasedOn which depended on mktemp which is bad. R=thomasvl DELTA=55 (6 added, 32 deleted, 17 changed)
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMHotKeyTextField.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMHotKeyTextField.m b/AppKit/GTMHotKeyTextField.m
index 276f212..c73d217 100644
--- a/AppKit/GTMHotKeyTextField.m
+++ b/AppKit/GTMHotKeyTextField.m
@@ -492,7 +492,7 @@ static CFStringRef kGTM_TISPropertyUnicodeKeyLayoutData = NULL;
uchrChars);
if (err != noErr) {
// COV_NF_START
- _GTMDevLog(@"failed to translate the keycode, err=%d", err);
+ _GTMDevLog(@"failed to translate the keycode, err=%d", (int)err);
return nil;
// COV_NF_END
}