]> granicus.if.org Git - curl/commitdiff
Gisle Vanem fixed the compressed help text zlib code
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:27:58 +0000 (14:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:27:58 +0000 (14:27 +0000)
src/mkhelp.pl

index 1c0a867dab47523635ce730499b59a15aeef9670..2e1e6985a9b7a394153d5f6a404a7efa08893922 100644 (file)
@@ -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;