Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
docs: update 64-bit core.packedGitLimit default
[gitweb.git]
/
bulk-checkin.c
diff --git
a/bulk-checkin.c
b/bulk-checkin.c
index 991b4a13e2491093ed9e9942ac116843973f65ff..ddb6070c4c24653a4fa8699251d11626880c2e5c 100644
(file)
--- a/
bulk-checkin.c
+++ b/
bulk-checkin.c
@@
-105,7
+105,7
@@
static int stream_to_pack(struct bulk_checkin_state *state,
git_deflate_init(&s, pack_compression_level);
- hdrlen = encode_in_pack_object_header(
type, size, obuf
);
+ hdrlen = encode_in_pack_object_header(
obuf, sizeof(obuf), type, size
);
s.next_out = obuf + hdrlen;
s.avail_out = sizeof(obuf) - hdrlen;