[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:13:45 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 01a11a380e083207c5ef6210747ecec3729a0190
Author: aCaB <acab at clamav.net>
Date:   Mon Jan 4 22:51:45 2010 +0100

    typo in debug message

diff --git a/libclamav/mpool.c b/libclamav/mpool.c
index 186447a..59ad771 100644
--- a/libclamav/mpool.c
+++ b/libclamav/mpool.c
@@ -525,7 +525,7 @@ uint16_t *cli_mpool_hex2ui(mpool_t *mp, const char *hex) {
   len = strlen(hex);
 
   if(len % 2 != 0) {
-    cli_errmsg("cli_hex2si(): Malformed hexstring: %s (length: %u)\n", hex, len);
+    cli_errmsg("cli_mpool_hex2ui(): Malformed hexstring: %s (length: %u)\n", hex, len);
     return NULL;
   }
 
diff --git a/libclamav/str.c b/libclamav/str.c
index da1d61e..9a36416 100644
--- a/libclamav/str.c
+++ b/libclamav/str.c
@@ -120,7 +120,7 @@ uint16_t *cli_hex2ui(const char *hex)
     len = strlen(hex);
 
     if(len % 2 != 0) {
-	cli_errmsg("cli_hex2si(): Malformed hexstring: %s (length: %u)\n", hex, len);
+	cli_errmsg("cli_hex2ui(): Malformed hexstring: %s (length: %u)\n", hex, len);
 	return NULL;
     }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list