Commit 74d9e7e
authored
resolve string type error in GTBlob.m
macosx: 10.13.4, XCode Version 9.3 (9E145)
reported this error compiling line 43 in GTBlob.m:
Format specifies type 'ssize_t' (aka 'long') but the argument has type 'git_off_t' (aka 'long long')
and suggested this fix:
Replace '%zi' with '%lli'
After applying the change xcode built objective-git successfully1 parent cc7e8d7 commit 74d9e7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments