summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-30 10:13:06 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-30 10:13:06 +0100
commite002aec90be159340816c3de2b126d03ef266af2 (patch)
tree29f3c1a5d9f5ab15db15030269f598acd0584da1
parent41c51de264b19395940f8dbb83ffa197d8818917 (diff)
towards pager support
-rw-r--r--ui_70-log.c2
1 files changed, 1 insertions, 1 deletions
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);
}