X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0642435fed6793a0d038e1e5097a91293ee89a05..547a64fbd65de293c290f4e18bbeae958d54aaa7:/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(); }