X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0e6744b3082f576be21dd1b88f519a3c1f7d3931..a6da40bf84527cbe77d1ec504e1fefb982b9a52a:/parsing.c diff --git a/parsing.c b/parsing.c index 72b59b3..dc44ffd 100644 --- a/parsing.c +++ b/parsing.c @@ -198,7 +198,7 @@ struct taginfo *cgit_parse_tag(struct tag *tag) const char *p; struct taginfo *ret = NULL; - data = read_object_file(&tag->object.oid, &type, &size); + data = repo_read_object_file(the_repository, &tag->object.oid, &type, &size); if (!data || type != OBJ_TAG) goto cleanup;