diff options
Diffstat (limited to 'object-store-ll.h')
| -rw-r--r-- | object-store-ll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object-store-ll.h b/object-store-ll.h index bc76d6bec8..c5f2bb2fc2 100644 --- a/object-store-ll.h +++ b/object-store-ll.h @@ -255,11 +255,11 @@ void hash_object_file(const struct git_hash_algo *algo, const void *buf, int write_object_file_flags(const void *buf, unsigned long len, enum object_type type, struct object_id *oid, - unsigned flags); + struct object_id *comapt_oid_in, unsigned flags); static inline int write_object_file(const void *buf, unsigned long len, enum object_type type, struct object_id *oid) { - return write_object_file_flags(buf, len, type, oid, 0); + return write_object_file_flags(buf, len, type, oid, NULL, 0); } int write_object_file_literally(const void *buf, unsigned long len, |
