Code

Remove archaic use of regex capture \1 in favour of $1
[git.git] / index-pack.c
index 0c92bafcbb80cc539de9a86305562ff291361db9..c72cbd406a7880361f262f43daff62a9f453628d 100644 (file)
@@ -469,7 +469,7 @@ static void sha1_object(const void *data, unsigned long size,
                                die("invalid %s", typename(type));
                        if (fsck_object(obj, 1, fsck_error_function))
                                die("Error in object");
-                       if (fsck_walk(obj, mark_link, 0))
+                       if (fsck_walk(obj, mark_link, NULL))
                                die("Not all child objects of %s are reachable", sha1_to_hex(obj->sha1));
 
                        if (obj->type == OBJ_TREE) {