From b8a7eb12d459c48943e31762b24b169af8c427a1 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 06 Nov 2008 18:18:27 +0000 Subject: Merge branch 'stable' --- (limited to 'ui-plain.c') 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) { -- cgit v0.9.0.2