diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:27:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:27:58 +0000 |
commit | f39749cee4e06d171f2ed39f31cc4571cd6ed43d (patch) | |
tree | 4fd3c39d53d3eefd8eeb71d59f532cd275882cd2 | |
parent | 87eb26a33d355fa9e3b295f9c8a637e4b01e373c (diff) |
Gisle Vanem fixed the compressed help text zlib code
-rw-r--r-- | src/mkhelp.pl | 2 |
1 files changed, 0 insertions, 2 deletions
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; |