X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/68ca032dbe7379f78775fb03ef34a9ad2abc409f..72ede12551af320b6d8eade853dbd2cd6f2222cc:/ui-log.c?ds=sidebyside diff --git a/ui-log.c b/ui-log.c index e7f7d6f..9f5fdf6 100644 --- a/ui-log.c +++ b/ui-log.c @@ -118,13 +118,15 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern if (ofs > 0) { cgit_log_link("[prev]", NULL, NULL, cgit_query_head, cgit_query_sha1, cgit_query_path, - ofs - cnt); + ofs - cnt, cgit_query_grep, + cgit_query_search); html(" "); } if ((commit = get_revision(&rev)) != NULL) { cgit_log_link("[next]", NULL, NULL, cgit_query_head, cgit_query_sha1, cgit_query_path, - ofs + cnt); + ofs + cnt, cgit_query_grep, + cgit_query_search); } html(""); }