[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:08:50 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit af2db107ff4269a0afb85870cc8a9faf4f875a6d
Author: aCaB <acab at clamav.net>
Date: Fri Oct 30 22:12:13 2009 +0100
win32: typo
diff --git a/win32/compat/setargv.c b/win32/compat/setargv.c
index 3d8cd87..aac320c 100644
--- a/win32/compat/setargv.c
+++ b/win32/compat/setargv.c
@@ -94,7 +94,7 @@ int _setargv() {
if(argc && need_glob) {
arglen = glob_add(path, &argc, &argv);
if(!arglen) {
- *path = malloc(endparm - begparm + 1);
+ path = malloc(endparm - begparm + 1);
memcpy(path, begparm, endparm - begparm);
path[endparm - begparm] = '\0';
}
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list