X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=csum-file.c;h=be49d5fcf900cb47cb14d8c85a69112b26532b93;hb=20fc73e3b0bb2b115d88e54514db13ffaf11b025;hp=4d50cc5ce18c24a1dc853d3050062b864fe0b943;hpb=1c92a08f286453bd28a1f6153249b2e2cf63cb38;p=git.git diff --git a/csum-file.c b/csum-file.c index 4d50cc5ce..be49d5fcf 100644 --- a/csum-file.c +++ b/csum-file.c @@ -116,7 +116,7 @@ struct sha1file *sha1fd_throughput(int fd, const char *name, struct progress *tp void crc32_begin(struct sha1file *f) { - f->crc32 = crc32(0, Z_NULL, 0); + f->crc32 = crc32(0, NULL, 0); f->do_crc = 1; }