mirror of
https://github.com/git/git.git
synced 2024-11-17 22:44:49 +01:00
Merge branch 'jc/cache-tree' into next
* jc/cache-tree: cache-tree.c: typefix
This commit is contained in:
commit
1c57f53582
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ static int update_one(struct cache_tree *it,
|
|||
}
|
||||
|
||||
if (dryrun) {
|
||||
char hdr[200];
|
||||
unsigned char hdr[200];
|
||||
int hdrlen;
|
||||
write_sha1_file_prepare(buffer, offset, tree_type, it->sha1,
|
||||
hdr, &hdrlen);
|
||||
|
|
Loading…
Reference in a new issue