X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e76a1ea427792aaa331cdec70d7d4ff1fb3422e0..1b09cbd303d889ec2636127584d57b7f1b70c25e:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index b203bcc..5be2545 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -59,7 +59,7 @@ void cgit_print_summary() if (ctx.cfg.summary_log > 0) { html(" "); cgit_print_log(ctx.qry.head, 0, ctx.cfg.summary_log, NULL, - NULL, NULL, 0); + NULL, NULL, 0, 0); } if (ctx.repo->clone_url) print_urls(ctx.repo->clone_url, NULL);