From 71477d0bad35c31f9a334a000a31c1bb41245a32 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 8 Oct 2012 16:37:02 +0200 Subject: fix compile problem with DEBUG instrumentation enabled --- runtime/stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/stream.c') diff --git a/runtime/stream.c b/runtime/stream.c index cc69ce5d..064cb42a 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -1231,7 +1231,6 @@ doZipFinish(strm_t *pThis) DEFiRet; unsigned outavail; assert(pThis != NULL); - assert(pBuf != NULL); if(!pThis->bzInitDone) { FINALIZE; -- cgit v1.2.3