Add display of tree content w/ui-tree.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-13 00:13:27 +01:00
parent 58d04f6523
commit 06fe0c2f47
9 changed files with 113 additions and 8 deletions

View file

@ -20,7 +20,7 @@ void cgit_print_view(char *hex)
return;
}
if (sha1_object_info(sha1, type, NULL)){
if (sha1_object_info(sha1, type, &size)){
cgit_print_error("Bad object name");
return;
}