X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e5ed227ef0da561e2bde8646ec816842392377ee..d14d77fe95c3b6224b40df9b101dded0deea913c:/ui-patch.c diff --git a/ui-patch.c b/ui-patch.c index e7a010a..1da0a27 100644 --- a/ui-patch.c +++ b/ui-patch.c @@ -76,7 +76,7 @@ void cgit_print_patch(char *hex, struct cacheitem *item) char *patchname; if (!hex) - hex = cgit_query_head; + hex = ctx.qry.head; if (get_sha1(hex, sha1)) { cgit_print_error(fmt("Bad object id: %s", hex));