diff --git a/tests/t0601-read.c b/tests/t0601-read.c index 98ab74fa0..c302acfc2 100644 --- a/tests/t0601-read.c +++ b/tests/t0601-read.c @@ -11,7 +11,7 @@ struct test_entry { unsigned int index; char path[128]; - size_t file_size; + git_off_t file_size; time_t mtime; };