mirror of
https://github.com/git/git.git
synced 2024-11-17 14:34:49 +01:00
Merge branch 'jc/cache-tree' into next
* jc/cache-tree: git-write-tree writes garbage on sparc64
This commit is contained in:
commit
47e68cd803
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ static int ce_write(SHA_CTX *context, int fd, void *data, unsigned int len)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int write_index_ext_header(SHA_CTX *context, int fd,
|
static int write_index_ext_header(SHA_CTX *context, int fd,
|
||||||
unsigned long ext, unsigned long sz)
|
unsigned int ext, unsigned int sz)
|
||||||
{
|
{
|
||||||
ext = htonl(ext);
|
ext = htonl(ext);
|
||||||
sz = htonl(sz);
|
sz = htonl(sz);
|
||||||
|
|
Loading…
Reference in a new issue