X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ef07ccc72da0270e9298c36046a0187dc359b0da..6c1a7364557b5a19ecef3079e9bdad5c1acb3cb1:/ui-tree.c?ds=inline diff --git a/ui-tree.c b/ui-tree.c index f281937..94aff8f 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -286,6 +286,6 @@ void cgit_print_tree(const char *rev, char *path) } match_path = path; - read_tree_recursive(commit->tree, NULL, 0, 0, paths, walk_tree, NULL); + read_tree_recursive(commit->tree, "", 0, 0, paths, walk_tree, NULL); ls_tail(); }