X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Findex-pack.c;h=31f001f1059ec533ee62d6bd951b068d7f924f50;hb=a8793d2178b8305be55b1c88ac13fbb7dc52a076;hp=5a67c8181e5273ab0e79b8cb704dadc87cde1a37;hpb=8f84c95fb23848fce7f817daa5818f9822ddc0f9;p=git.git diff --git a/builtin/index-pack.c b/builtin/index-pack.c index 5a67c8181..31f001f10 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -294,7 +294,7 @@ static void *unpack_raw_entry(struct object_entry *obj, union delta_base *delta_ void *data; obj->idx.offset = consumed_bytes; - input_crc32 = crc32(0, Z_NULL, 0); + input_crc32 = crc32(0, NULL, 0); p = fill(1); c = *p;