| commit | 7bc70a590db6ed3069d52aa38d59938e7955901b | [log] [tgz] |
|---|---|---|
| author | Junio C Hamano <junkio@cox.net> | Thu Apr 27 22:48:27 2006 -0700 |
| committer | Junio C Hamano <junkio@cox.net> | Thu Apr 27 22:48:27 2006 -0700 |
| tree | a4a70482d0171f20de7f2d19886d26c239f982e0 | |
| parent | d2cb7c6e9303c082b406acc643018f51179e8b35 [diff] |
cache-tree.c: typefix Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/cache-tree.c b/cache-tree.c index a10902f..28b78f8 100644 --- a/cache-tree.c +++ b/cache-tree.c
@@ -341,7 +341,7 @@ } if (dryrun) { - char hdr[200]; + unsigned char hdr[200]; int hdrlen; write_sha1_file_prepare(buffer, offset, tree_type, it->sha1, hdr, &hdrlen);