[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:11:42 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4a3c659b543500e98e89845cd064c71abc02942d
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Dec 11 12:26:20 2009 +0200

    Print llvm's version too when printing clambc's.

diff --git a/clambc/bcrun.c b/clambc/bcrun.c
index 4fca539..b084b3b 100644
--- a/clambc/bcrun.c
+++ b/clambc/bcrun.c
@@ -130,7 +130,10 @@ int main(int argc, char *argv[])
 	exit(1);
     }
     if(optget(opts, "version")->enabled) {
+	char* argvx[] = {argv[0], "--version",NULL};
 	printf("Clam AntiVirus Bytecode Testing Tool %s\n", get_version());
+	cl_init(CL_INIT_DEFAULT);
+	cli_bytecode_debug(2, argvx);
 	optfree(opts);
 	exit(0);
     }

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list