diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h index 2c9298a5f..c588f6301 100644 --- a/src/diff.h +++ b/src/diff.h @@ -134,7 +134,7 @@ GIT_INLINE(int) git_diff_file__resolve_zero_size( return error; error = git_odb__read_header_or_object( - odb_obj, &len, &type, odb, &file->oid); + odb_obj, &len, &type, odb, &file->id); git_odb_free(odb); |