Browse code

unzip/implode support - forgot some debug

git-svn: trunk@3477

aCaB authored on 2008/01/02 08:10:12
Showing 1 changed files
... ...
@@ -283,10 +283,8 @@ int explode(struct xplstate *X) {
283 283
 	  X->backsize|=val<<(15-X->got);
284 284
 	  if((temp=lookup_tree(X->len_tree, 64, X->backsize, X->got))!=-1) break;
285 285
 	}
286
-	if(temp==-1) {
287
-	  cli_dbgmsg("HERE3\n");
288
-	  return EXPLODE_ESTREAM;
289
-	}
286
+	if(temp==-1) return EXPLODE_ESTREAM;
287
+
290 288
 	if(temp==63) {
291 289
 	  SETCASE(EXPLODE_DECODEEXTRA);
292 290
 	  GETBITS(8);