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