X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f7f26f88755ac6a3b9af4918b51b0d6e7a692c78..f04b8d5c99afdc55178f1a06ff1594f5f0cc4be6:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index 7af6fed..20c91e3 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -240,9 +240,9 @@ void cgit_print_refs() html(""); - if (ctx.qry.path && !strncmp(ctx.qry.path, "heads", 5)) + if (ctx.qry.path && !prefixcmp(ctx.qry.path, "heads")) cgit_print_branches(0); - else if (ctx.qry.path && !strncmp(ctx.qry.path, "tags", 4)) + else if (ctx.qry.path && !prefixcmp(ctx.qry.path, "tags")) cgit_print_tags(0); else { cgit_print_branches(0);