summaryrefslogtreecommitdiff
path: root/src/diff.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-01-27 09:39:36 -0800
committerVicent Marti <vicent@github.com>2014-01-27 09:39:36 -0800
commit93954245e081ff803028431c5da2c8a073512643 (patch)
treecb9a16891871bead0af7188f7400c8e7ae4c8692 /src/diff.h
parent46e7fc1853bb92a2deae93543477f1c1255352d0 (diff)
parenta1bbc0ce205b6d3496338d3253c847aa91cabc7b (diff)
downloadlibgit2-93954245e081ff803028431c5da2c8a073512643.tar.gz
Merge pull request #2075 from libgit2/cmn/leftover-oid
Leftover OID -> ID changes
Diffstat (limited to 'src/diff.h')
-rw-r--r--src/diff.h2
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);