X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f4f6210b4f9c214dc247567bbd06b1135c9ecd06..e15842af627de03845b9c949f1f1596d94e3be02:/ui-tree.c?ds=sidebyside 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(); }