summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 20:46:37 -0800
committerNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 20:46:37 -0800
commit99b5bb39e9bae2c3a3295c11af1e6deaddd6fecb (patch)
tree96cfbc1a90e8e2d5eeeacfe7337aeafb7c46be20 /src
parent0e2433d788499f8489208492016fd2da3867d70b (diff)
Mistake in my previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/ZHandle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZHandle.cc b/src/ZHandle.cc
index 90394c1..effebe8 100644
--- a/src/ZHandle.cc
+++ b/src/ZHandle.cc
@@ -104,11 +104,11 @@ bool Balau::ZStream::isPendingComplete() {
case READING:
case WRITING:
case WRITING_FINISH:
+ case CLOSING:
return m_h->isPendingComplete();
case COMPRESSING:
case DECOMPRESSING:
case COMPRESSING_FINISH:
- case DECOMPRESSING_FINISH:
IAssert(async, "Shouldn't not have a cbResults here...");
return async->gotSignal();
default: