[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:08:08 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 7fdecc023c61e8a9a0b6d47fc10d3129f334950e
Author: Török Edvin <edwin at clamav.net>
Date:   Sat Oct 24 11:07:46 2009 +0300

    Fix PASTE macro.

diff --git a/libclamav/others.c b/libclamav/others.c
index 8e2c288..0ef86af 100644
--- a/libclamav/others.c
+++ b/libclamav/others.c
@@ -104,7 +104,8 @@ static int lt_init(void) {
     return 0;
 }
 
-#define PASTE(a,b) a#b
+#define PASTE2(a,b) a#b
+#define PASTE(a,b) PASTE2(a,b)
 
 static lt_dlhandle lt_dlfind(const char *name, const char *featurename)
 {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list