X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=csum-file.c;h=be49d5fcf900cb47cb14d8c85a69112b26532b93;hb=701825de23da2bff6c784d33ff27f75e802abd81;hp=4d50cc5ce18c24a1dc853d3050062b864fe0b943;hpb=71ee7fd15457a0252c089420b5b66de266dcbd2f;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; }