From: Daniel Stenberg Date: Thu, 22 Jan 2004 14:27:58 +0000 (+0000) Subject: Gisle Vanem fixed the compressed help text zlib code X-Git-Tag: cares-1_1_0~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f39749cee4e06d171f2ed39f31cc4571cd6ed43d;p=curl Gisle Vanem fixed the compressed help text zlib code --- diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 1c0a867da..2e1e6985a 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -158,8 +158,6 @@ void hugehelp(void) z.zalloc = (alloc_func)Z_NULL; z.zfree = (free_func)Z_NULL; z.opaque = 0; - z.next_in = NULL; - z.avail_in = 0; if (inflateInit2(&z, -MAX_WBITS) != Z_OK) return;