Browse code

fix warning message (bb#292)

git-svn: trunk@2753

Tomasz Kojm authored on 2007/02/16 00:19:58
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Feb 15 16:18:53 CET 2007 (tk)
2
+---------------------------------
3
+  * freshclam/manager.c: fix warning message (bb#292)
4
+
1 5
 Thu Feb 15 12:27:22 GMT 2007 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	Fixed bugs in the handling of boundary lines
... ...
@@ -1106,7 +1106,7 @@ int downloadmanager(const struct cfgstruct *copt, const struct optstruct *opt, c
1106 1106
 		    if(vwarning && !strstr(cl_retver(), "devel") && !strstr(cl_retver(), "rc")) {
1107 1107
 			if(strcmp(cl_retver(), newver)) {
1108 1108
 			    logg("^Your ClamAV installation is OUTDATED!\n");
1109
-			    logg("^Local version: %s Recommended version: %s\n", cl_retver(), pt);
1109
+			    logg("^Local version: %s Recommended version: %s\n", cl_retver(), newver);
1110 1110
 			    logg("DON'T PANIC! Read http://www.clamav.net/support/faq\n");
1111 1111
 			    outdated = 1;
1112 1112
 			}