[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
aCaB
acab at clamav.net
Sun Apr 4 01:21:50 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit f90ca16a775ec1c646fbce6374e90033e3874fa2
Author: aCaB <acab at clamav.net>
Date: Fri Mar 5 18:10:56 2010 +0100
lost "do" restored
diff --git a/libclamav/scanners.c b/libclamav/scanners.c
index 7c254bf..f9fad57 100644
--- a/libclamav/scanners.c
+++ b/libclamav/scanners.c
@@ -1882,7 +1882,7 @@ static void emax_reached(cli_ctx *ctx) {
#define LINESTR(x) #x
#define LINESTR2(x) LINESTR(x)
#define __AT__ " at line "LINESTR2(__LINE__)
-#define ret_from_magicscan(retcode) { \
+#define ret_from_magicscan(retcode) do { \
cli_dbgmsg("cli_magic_scandesc: returning %d %s\n", retcode, __AT__); \
return retcode; \
} while(0)
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list