summaryrefslogtreecommitdiff
path: root/include/io/izlibstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/io/izlibstream.h')
-rw-r--r--include/io/izlibstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/izlibstream.h b/include/io/izlibstream.h
index 16c82d9f9d..b88839ea99 100644
--- a/include/io/izlibstream.h
+++ b/include/io/izlibstream.h
@@ -34,7 +34,7 @@ namespace zlib
class inflate_streambuf : public std::streambuf
{
public:
- explicit inflate_streambuf(std::istream& input, size_t bufsize = 32768, int window_bits = 32);
+ explicit inflate_streambuf(std::istream& input, size_t bufsize = 32768, int window_bits = 32 + 15);
~inflate_streambuf() noexcept;
//No copying or moving