[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:17:51 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit de7968234e7b815cb837782e256cf35a787ef0f3
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Jan 29 12:45:25 2010 +0200

    distcheck

diff --git a/libclamav/others.c b/libclamav/others.c
index d896dc2..c955129 100644
--- a/libclamav/others.c
+++ b/libclamav/others.c
@@ -263,7 +263,7 @@ int cl_init(unsigned int initoptions)
 	unrar_main_header_t x;
 	if (((char*)&x.flags - (char*)&x) != 3) {
 	    cli_errmsg("Structure packing not working, got %u offset, expected %u\n",
-		       (char*)&x.flags - (char*)&x, 3);
+		       (unsigned)((char*)&x.flags - (char*)&x), 3);
 	    return CL_EARG;
 	}
     }

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list