[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Tomasz Kojm tkojm at clamav.net
Sun Apr 4 01:16:14 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 26a59f82c3119e3ae52bd61a9282c0137ad1bf0a
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Fri Jan 22 15:16:12 2010 +0100

    nl

diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index 09228fa..7981541 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -475,7 +475,7 @@ static int writeinfo(const char *dbname, const char *builder, const char *header
 	fclose(fh);
 	return -1;
     }
-    fprintf(fh, "DSIG:%s", pt);
+    fprintf(fh, "DSIG:%s\n", pt);
     free(pt);
     fclose(fh);
     return 0;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list