Browse code

Bug311

git-svn: trunk@2834

Nigel Horne authored on 2007/02/22 07:37:28
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Feb 21 20:40:49 GMT 2007 (njh)
2
+----------------------------------
3
+  * libclamav/message.c:	Better warning message, bug 311
4
+
1 5
 Wed Feb 21 20:07:00 GMT 2007 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/pst.c:	Include upstream patches
... ...
@@ -1184,7 +1184,7 @@ messageExport(message *m, const char *dir, void *(*create)(void), void (*destroy
1184 1184
 			 */
1185 1185
 			free(uptr);
1186 1186
 		} else {
1187
-			cli_warnmsg("HQX8 messages not yet supported - if you believe this file contains a virus, submit it to www.clamav.net\n");
1187
+			cli_warnmsg("HQX8 messages not yet supported, extraction may fail - if you believe this file contains a virus, submit it to www.clamav.net\n");
1188 1188
 			newlen = len;
1189 1189
 		}
1190 1190