summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-09-15 11:34:44 +0200
committerljfa-ag <ljfa-ag@web.de>2015-09-15 12:04:08 +0200
commita692b3be10084aec02a5b6483c878e1dc20081f2 (patch)
treeaae909881dde16ad11d14e2758dfe487f418c2f2 /include
parent089a804a12c0592b0d2a396df1d35dad4fd134c0 (diff)
downloadProject-Tick-a692b3be10084aec02a5b6483c878e1dc20081f2.tar.gz
Project-Tick-a692b3be10084aec02a5b6483c878e1dc20081f2.zip
Check for errors in input stream
Diffstat (limited to 'include')
-rw-r--r--include/io/izlibstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/io/izlibstream.h b/include/io/izlibstream.h
index b88839ea99..2b67003232 100644
--- a/include/io/izlibstream.h
+++ b/include/io/izlibstream.h
@@ -48,6 +48,7 @@ private:
std::vector<char> in;
std::vector<char> out;
z_stream zstr;
+ bool stream_end;
int_type underflow() override;
};