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