diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-11-06 19:18:27 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-11-06 19:18:27 +0100 |
commit | b8a7eb12d459c48943e31762b24b169af8c427a1 (patch) | |
tree | bb5bfcf6e5f71a478e7586bd1d128aa94bfd7dbe /ui-plain.c | |
parent | CGIT 0.8.1 (diff) | |
parent | Fix tests to work on Ubuntu (dash) (diff) | |
download | cgit-pink-b8a7eb12d459c48943e31762b24b169af8c427a1.tar.gz cgit-pink-b8a7eb12d459c48943e31762b24b169af8c427a1.zip |
Merge branch 'stable'
Diffstat (limited to '')
-rw-r--r-- | ui-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |