c65c196152
zlib expects us to use inflateCopy() to move a z_stream, then inflateEnd() the original, and apparently fails in later versions if you just try to memcpy() it. This is only a bug in the stable-2.0 and stable-1.0 branches; we replaced zlib with miniz on the development branch, which doesn't have this requirement (or an inflateCopy() function at all!). (transplanted from 090cb9c74b87198e6d520afca9d649ca0d84669f) |
||
---|---|---|
.. | ||
Makefile.am | ||
dir.c | ||
grp.c | ||
hog.c | ||
mvl.c | ||
qpak.c | ||
wad.c | ||
zip.c |