We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc7e8d7 + e5ac998 commit e22dfbaCopy full SHA for e22dfba
ObjectiveGit/GTBlob.m
@@ -40,7 +40,7 @@
40
@implementation GTBlob
41
42
- (NSString *)description {
43
- return [NSString stringWithFormat:@"<%@: %p> size: %zi, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
+ return [NSString stringWithFormat:@"<%@: %p> size: %lli, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
44
}
45
46
0 commit comments