[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:37:09 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 9d2c47bcbd66c9fc4b6b8a0df5eb66d7c252827e
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:56 2008 +0100

    Revert "--leave-temps didn't work without --debug (bb#874)"
    
    This reverts commit 9f997bae8667b72667215f4b1220c77cb7a7d7ab.

diff --git a/ChangeLog b/ChangeLog
index 5e643be..e379b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Mon Mar 10 13:54:42 CET 2008 (tk)
----------------------------------
-  * libclamav/pdf.c: --leave-temps didn't work without --debug (bb#874)
-
 Sun Mar  9 12:28:22 EET 2008 (edwin)
 ------------------------------------
   * libclamav/regex/regex2.h: avoid passing out-of-range values to isalnum (thanks Nigel)
diff --git a/libclamav/pdf.c b/libclamav/pdf.c
index 611630b..aedefa2 100644
--- a/libclamav/pdf.c
+++ b/libclamav/pdf.c
@@ -474,8 +474,7 @@ cli_pdf(const char *dir, int desc, cli_ctx *ctx)
 		}
 
 		if (rc == CL_CLEAN) {
-			cli_dbgmsg("cli_pdf: extracted file %u to %s\n", files, fullname);
-			files++;
+			cli_dbgmsg("cli_pdf: extracted file %u to %s\n", files++, fullname);
 	
 			lseek(fout, 0, SEEK_SET);
 			if((md5digest = cli_md5digest(fout))) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list