[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:16:21 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 1a1876ceeb965d544ec5b0e948cf07249eb2faa1
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Jan 22 17:19:11 2010 +0200

    typo.

diff --git a/libclamav/bytecode.c b/libclamav/bytecode.c
index f499726..717dc87 100644
--- a/libclamav/bytecode.c
+++ b/libclamav/bytecode.c
@@ -1760,7 +1760,7 @@ void cli_bytecode_describe(const struct cli_bc *bc)
     printf("Bytecode format functionality level: %u\n", BC_FUNC_LEVEL);
     printf("Bytecode metadata:\n\tcompiler version: %s\n",
 	   bc->metadata.compiler ? bc->metadata.compiler : "N/A");
-    printf("\tcompiled on: %s\n",
+    printf("\tcompiled on: %s",
 	   cli_ctime(&stamp, buf, sizeof(buf)));
     printf("\tcompiled by: %s\n", bc->metadata.sigmaker ? bc->metadata.sigmaker : "N/A");
     //TODO: parse and display arch name, also take it into account when

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list