From 0662b2a253325cb1302801df0f438790bd9e87e8 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 22 Feb 2003 21:00:48 +0000 Subject: [PATCH] removed a errorneous warning. --- lib/bitio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bitio.c b/lib/bitio.c index 1e5594a..06fdfcc 100644 --- a/lib/bitio.c +++ b/lib/bitio.c @@ -189,7 +189,6 @@ static int reader_zlibinflate(struct reader_t*reader, void* data, int len) struct zlibinflate_t*z = (struct zlibinflate_t*)reader->internal; int ret; if(!z) { - fprintf(stderr, "zlib not initialized!\n"); return 0; } if(!len) -- 1.7.10.4