Fix gzwrite.c to accommodate reduced memory zlib compilation.
authorMark Adler <madler@alumni.caltech.edu>
Thu, 8 Dec 2011 18:16:31 +0000 (10:16 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 11 Dec 2011 06:33:17 +0000 (22:33 -0800)
commitfb00fda903bbd128952a8ecac4b4f6b459245012
tree9c996712687e17616020d1e1a827313e40a2c463
parentafe7cf78d51b819dcdc5b0f4cb85a25a52a9fcd0
Fix gzwrite.c to accommodate reduced memory zlib compilation.

gzwrite.c had hard-coded parameters to deflateInit2() which could
contradict compile-time options for the use of less memory and fewer
code bits.  This patch suggested by Karsten Saunte fixes that.
gzguts.h
gzwrite.c