X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/896cd69dde04832f6b551f681b92bd4557092427..1c581a072651524f3b0d91f33e22a42c4166dd96:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index d71503d..3ff2320 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -287,7 +287,7 @@ void cgit_print_tree(const char *rev, char *path) walk_tree_ctx.curr_rev = xstrdup(rev); if (path == NULL) { - ls_tree(commit->tree->object.sha1, NULL, &walk_tree_ctx); + ls_tree(commit->tree->object.oid.hash, NULL, &walk_tree_ctx); goto cleanup; }