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-b8a7eb12d459c48943e31762b24b169af8c427a1.tar.gz cgit-b8a7eb12d459c48943e31762b24b169af8c427a1.tar.bz2 cgit-b8a7eb12d459c48943e31762b24b169af8c427a1.zip | |
Merge branch 'stable'
Diffstat (limited to '')
| -rw-r--r-- | ui-plain.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) { | 
