From e002aec90be159340816c3de2b126d03ef266af2 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 30 Jul 2018 10:13:06 +0100 Subject: towards pager support --- ui_70-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_70-log.c b/ui_70-log.c index 04c2e79..b45468e 100644 --- a/ui_70-log.c +++ b/ui_70-log.c @@ -533,7 +533,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern } cgit_print_layout_end(); } else if ((commit = get_revision(&rev)) != NULL) { - cgit_log_link("[...]", NULL, NULL, ctx.qry.head, NULL, + cgit_gopher_log_link("[...]", NULL, NULL, ctx.qry.head, NULL, ctx.qry.vpath, 0, NULL, NULL, ctx.qry.showmsg, ctx.qry.follow); } -- cgit v1.2.3