From 99b5bb39e9bae2c3a3295c11af1e6deaddd6fecb Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Mon, 21 Jan 2013 20:46:37 -0800 Subject: Mistake in my previous commit. --- src/ZHandle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZHandle.cc') 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: -- cgit v1.2.3