commit.h: remove method declarations
[gitweb.git] / sha1-file.c
index 75ba30b4ab1b862581da7b8d27ccc0869fc3a310..c75ef771f8b5c9280466917f8b314d0fe9659884 100644 (file)
@@ -1809,7 +1809,7 @@ static void check_tag(const void *buf, size_t size)
 {
        struct tag t;
        memset(&t, 0, sizeof(t));
-       if (parse_tag_buffer(&t, buf, size))
+       if (parse_tag_buffer(the_repository, &t, buf, size))
                die("corrupt tag");
 }