Browse code

update

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1532 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2005/05/11 11:13:30
Showing 2 changed files
... ...
@@ -1,8 +0,0 @@
1
-If you want to help, compile clamav with:
2
-./configure --enable-debug
3
-and enable Foreground option in clamd.conf.
4
-
5
-Known bugs:
6
-
7
--) unrarlib doesn't work on 64-bit systems
... ...
@@ -452,7 +452,7 @@ static int cli_scanzip(int desc, const char **virname, long int *scanned, const
452 452
 
453 453
 	if(!encrypted && size != zdirent.st_size) {
454 454
 	    cli_dbgmsg("Zip: Incorrectly decompressed (%d != %d)\n", size, zdirent.st_size);
455
-	    ret = CL_EIO;
455
+	    ret = CL_EZIP;
456 456
 	    break;
457 457
 	}
458 458