Skip to content

Commit e22dfba

Browse files
authored
Merge pull request #650 from stepheneb/stepheneb-resolve-string-type-error
resolve string type error in GTBlob.m
2 parents cc7e8d7 + e5ac998 commit e22dfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTBlob.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@implementation GTBlob
4141

4242
- (NSString *)description {
43-
return [NSString stringWithFormat:@"<%@: %p> size: %zi, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
43+
return [NSString stringWithFormat:@"<%@: %p> size: %lli, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
4444
}
4545

4646

0 commit comments

Comments
 (0)