aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMFourCharCode.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMFourCharCode.m')
-rw-r--r--Foundation/GTMFourCharCode.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Foundation/GTMFourCharCode.m b/Foundation/GTMFourCharCode.m
index f5a08bf..44ab688 100644
--- a/Foundation/GTMFourCharCode.m
+++ b/Foundation/GTMFourCharCode.m
@@ -77,10 +77,10 @@
}
- (NSString *)description {
- return [NSString stringWithFormat:@"%@ - %@ (0x%X)",
+ return [NSString stringWithFormat:@"%@ - %@ (0x%lX)",
[self class],
[self stringValue],
- code_];
+ (unsigned long)code_];
}
- (FourCharCode)fourCharCode {