Merge branch 'jc/hash-object-fsck-tag'
[gitweb.git] / builtin / index-pack.c
index eebf1a8fc21fd551f3917ad23ab5a45dff302f23..f89df017c200fbf7e2d5ec016d5f85975f1e7109 100644 (file)
@@ -779,7 +779,8 @@ static void sha1_object(const void *data, struct object_entry *obj_entry,
                        if (!obj)
                                die(_("invalid %s"), typename(type));
                        if (do_fsck_object &&
-                           fsck_object(obj, 1, fsck_error_function))
+                           fsck_object(obj, buf, size, 1,
+                                   fsck_error_function))
                                die(_("Error in object"));
                        if (fsck_walk(obj, mark_link, NULL))
                                die(_("Not all child objects of %s are reachable"), sha1_to_hex(obj->sha1));