bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'ui-view.c')
-rw-r--r--
ui-view.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-view.c b/ui-view.c
index 193c6858..1bf84722 100644
--- a/
ui-view.c
+++ b/
ui-view.c
@@ -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;
}