]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-tree.c
Add ofs argument to cgit_log_link and use it in ui-log.c
[ps-cgit] / ui-tree.c
index b6cb81336a12d7939a260a8231ef5b09b1c96bee..c5d64ffe81246cd6fbf937b8ae1fe9dfd84bfdd9 100644 (file)
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -93,7 +93,7 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen,
 
        html("<td>");
        cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev,
-                     fullpath);
+                     fullpath, 0);
        html("</td></tr>\n");
        free(name);
        return 0;