From 51140311bb3b0d4d0e859d5045ffe4c74478f5fe Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 3 Nov 2007 10:42:37 +0100 Subject: Add search parameters to cgit_log_link This makes the [prev] and [next] links work correctly on search results. Signed-off-by: Lars Hjemli --- ui-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index d6bcec3..c22e30b 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -100,7 +100,7 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen, html(""); cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev, - fullpath, 0); + fullpath, 0, NULL, NULL); html("\n"); free(name); return 0; -- cgit v1.2.1