aboutsummaryrefslogtreecommitdiff
path: root/common/zlib.h
diff options
context:
space:
mode:
authorJohannes Schickel2013-01-26 07:48:23 -0800
committerJohannes Schickel2013-01-26 07:48:23 -0800
commite0c5a78a2662fbc739e5ee68f6d37bbb00bfe9a9 (patch)
treeb558ee150e3af5d061379fd1b941c91dfd41f8ef /common/zlib.h
parent69424b71bd027e4eb29ecadaca5271c5d677cac3 (diff)
parent36bfaa6a308654862c5d233fe4e86d9f8c4c02bd (diff)
downloadscummvm-rg350-e0c5a78a2662fbc739e5ee68f6d37bbb00bfe9a9.tar.gz
scummvm-rg350-e0c5a78a2662fbc739e5ee68f6d37bbb00bfe9a9.tar.bz2
scummvm-rg350-e0c5a78a2662fbc739e5ee68f6d37bbb00bfe9a9.zip
Merge pull request #303 from lordhoto/wrap-compressed
Return NULL in wrapCompressedReadStream for compressed streams when ZLIB is disabled.
Diffstat (limited to 'common/zlib.h')
-rw-r--r--common/zlib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/zlib.h b/common/zlib.h
index 6a840f5fdc..2772ffba06 100644
--- a/common/zlib.h
+++ b/common/zlib.h
@@ -103,7 +103,9 @@ bool inflateZlibInstallShield(byte *dst, uint dstLen, const byte *src, uint srcL
* provides transparent on-the-fly decompression. Assumes the data it
* retrieves from the wrapped stream to be either uncompressed or in gzip
* format. In the former case, the original stream is returned unmodified
- * (and in particular, not wrapped).
+ * (and in particular, not wrapped). In the latter case the stream is
+ * returned wrapped, unless there is no ZLIB support, then NULL is returned
+ * and the old stream is destroyed.
*
* Certain GZip-formats don't supply an easily readable length, if you
* still need the length carried along with the stream, and you know