diff options
author | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-21 20:46:37 -0800 |
---|---|---|
committer | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-21 20:46:37 -0800 |
commit | 99b5bb39e9bae2c3a3295c11af1e6deaddd6fecb (patch) | |
tree | 96cfbc1a90e8e2d5eeeacfe7337aeafb7c46be20 /src | |
parent | 0e2433d788499f8489208492016fd2da3867d70b (diff) |
Mistake in my previous commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/ZHandle.cc | 2 |
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: |