diff options
Diffstat (limited to 'src/diff_stats.c')
| -rw-r--r-- | src/diff_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_stats.c b/src/diff_stats.c index a0681712f..19c9da05f 100644 --- a/src/diff_stats.c +++ b/src/diff_stats.c @@ -55,7 +55,7 @@ int git_diff_file_stats__full_to_buf( { const char *old_path = NULL, *new_path = NULL; size_t padding; - git_off_t old_size, new_size; + git_object_size_t old_size, new_size; old_path = delta->old_file.path; new_path = delta->new_file.path; |
