-rw-r--r-- | ui-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,5 +19,5 @@ static void print_object(const unsigned char *sha1, const char *path) enum object_type type; char *buf; - size_t size; + unsigned long size; type = sha1_object_info(sha1, &size); |