X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a918c068a695348e3f08f906b3e5845feb59d9a2..bdd4a56ad55720cde3b7b290b6b9fe4c57dc4f01:/ui-plain.c?ds=sidebyside diff --git a/ui-plain.c b/ui-plain.c index be559e0..5addd9e 100644 --- a/ui-plain.c +++ b/ui-plain.c @@ -18,7 +18,7 @@ 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); if (type == OBJ_BAD) {