aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMCarbonEvent.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppKit/GTMCarbonEvent.m b/AppKit/GTMCarbonEvent.m
index a2cf3f9..37e7e2f 100644
--- a/AppKit/GTMCarbonEvent.m
+++ b/AppKit/GTMCarbonEvent.m
@@ -166,7 +166,7 @@
*((UInt32 *)cls) = CFSwapInt32HostToBig([self eventClass]);
kind = [self eventKind];
cls[4] = 0;
- return [NSString stringWithFormat:@"GTMCarbonEvent '%s' %d", cls, kind];
+ return [NSString stringWithFormat:@"GTMCarbonEvent '%s' %lu", cls, kind];
}
@@ -748,7 +748,7 @@ CantCreateKey:
}
- (NSString *)description {
- return [NSString stringWithFormat:@"<%@ %p> - ref %p signature %d id %d",
+ return [NSString stringWithFormat:@"<%@ %p> - ref %p signature %lu id %lu",
[self class], self, hotKeyRef_, id_.signature, id_.id];
}