]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-log.c
ui-log: Fix filecount/linecount when path limit is in effect
[ps-cgit] / ui-log.c
index 41b5225616933bcc7ab80a155ef0f7ba6c65b4cd..bc0c02cd5aad4bcd5ee9846bcd4da0ed38435b12 100644 (file)
--- a/ui-log.c
+++ b/ui-log.c
@@ -101,7 +101,7 @@ void print_commit(struct commit *commit)
                files = 0;
                add_lines = 0;
                rem_lines = 0;
-               cgit_diff_commit(commit, inspect_files);
+               cgit_diff_commit(commit, inspect_files, ctx.qry.vpath);
                html("</td><td>");
                htmlf("%d", files);
                if (ctx.repo->enable_log_linecount) {