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

tkojm tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b
Fri Jun 12 19:12:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cf455d8f063f094ed5c630f8cd9352e2bc089b76
Author: tkojm <tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b>
Date:   Wed Jun 10 16:51:03 2009 +0000

    %d->%u
    
    
    git-svn-id: http://svn.clamav.net/svn/clamav-devel/trunk@5073 77e5149b-7576-45b1-b177-96237e5ba77b

diff --git a/freshclam/notify.c b/freshclam/notify.c
index 861cc7d..5948fbd 100644
--- a/freshclam/notify.c
+++ b/freshclam/notify.c
@@ -110,7 +110,7 @@ int notify(const char *cfgfile)
 	hints.ai_family = AF_INET;
 #endif
 	hints.ai_socktype = SOCK_STREAM;
-	snprintf(port, 5, "%d", (unsigned int) opt->numarg);
+	snprintf(port, 5, "%u", (unsigned int) opt->numarg);
 	port[5] = 0;
 
 	if((opt = optget(opts, "TCPAddr"))->enabled)

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list