Skip to content

Commit ede458b

Browse files
committed
example: use git_off_t for the object size
1 parent f48cf5b commit ede458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static void parse_opts(struct opts *o, int argc, char *argv[]);
3333
int lg2_blame(git_repository *repo, int argc, char *argv[])
3434
{
3535
int line, break_on_null_hunk;
36-
size_t i, rawsize;
36+
git_off_t i, rawsize;
3737
char spec[1024] = {0};
3838
struct opts o = {0};
3939
const char *rawdata;

0 commit comments

Comments
 (0)