-rw-r--r-- | ui-shared.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ui-shared.c b/ui-shared.c index 88dd6b8..f9f02bc 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -476,3 +476,3 @@ void cgit_print_pageheader(char *title, int show_search) cgit_log_link("log", NULL, "menu", cgit_query_head, - cgit_query_sha1, cgit_query_path, 0, NULL, NULL); + cgit_query_sha1, NULL, 0, NULL, NULL); cgit_tree_link("tree", NULL, "menu", cgit_query_head, @@ -482,4 +482,3 @@ void cgit_print_pageheader(char *title, int show_search) cgit_diff_link("diff", NULL, "menu", cgit_query_head, - cgit_query_sha1, cgit_query_sha2, - cgit_query_path); + cgit_query_sha1, cgit_query_sha2, NULL); |