about summary refs log tree commit diff stats
path: root/ui-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c2
1 files changed, 1 insertions, 1 deletions
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)
287 walk_tree_ctx.curr_rev = xstrdup(rev); 287 walk_tree_ctx.curr_rev = xstrdup(rev);
288 288
289 if (path == NULL) { 289 if (path == NULL) {
290 ls_tree(commit->tree->object.sha1, NULL, &walk_tree_ctx); 290 ls_tree(commit->tree->object.oid.hash, NULL, &walk_tree_ctx);
291 goto cleanup; 291 goto cleanup;
292 } 292 }
293 293