X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/255b78ff5291cef79978b025c9872f801de89e23..2c9f56f3e1c754f60ccffbc6c745b9d5a81ea005:/ui-blame.c diff --git a/ui-blame.c b/ui-blame.c index 50d0580..6dc555f 100644 --- a/ui-blame.c +++ b/ui-blame.c @@ -278,7 +278,7 @@ void cgit_print_blame(void) "Invalid revision name: %s", rev); return; } - commit = lookup_commit_reference(&oid); + commit = lookup_commit_reference(the_repository, &oid); if (!commit || parse_commit(commit)) { cgit_print_error_page(404, "Not found", "Invalid commit reference: %s", rev);