Gisle Vanem fixed the compressed help text zlib code
This commit is contained in:
parent
87eb26a33d
commit
f39749cee4
@ -158,8 +158,6 @@ void hugehelp(void)
|
|||||||
z.zalloc = (alloc_func)Z_NULL;
|
z.zalloc = (alloc_func)Z_NULL;
|
||||||
z.zfree = (free_func)Z_NULL;
|
z.zfree = (free_func)Z_NULL;
|
||||||
z.opaque = 0;
|
z.opaque = 0;
|
||||||
z.next_in = NULL;
|
|
||||||
z.avail_in = 0;
|
|
||||||
|
|
||||||
if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
|
if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user