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

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


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

    Revert "Added snprintf"
    
    This reverts commit b5a1814e4a2f5c58e2e306992e2863a1bffc1eed.

diff --git a/contrib/Windows/Projects/clamAV/libclamav/compat.c b/contrib/Windows/Projects/clamAV/libclamav/compat.c
index f2d50cd..4b9c6b4 100644
--- a/contrib/Windows/Projects/clamAV/libclamav/compat.c
+++ b/contrib/Windows/Projects/clamAV/libclamav/compat.c
@@ -494,15 +494,3 @@ initlog(const char *source)
 	return 1;
 }
 #endif
-
-int
-snprintf(char *str, size_t size, const char *format, ...)
-{
-	int ret;
-	
-	va_list args;
-	va_start(args, format);
-	ret = _vsnprintf_s(str, size, _TRUNCATE, format, args);
-	va_end(args);
-	return ret;
-}
\ No newline at end of file

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list