git-svn: trunk@2078

Nigel Horne authored on 2006/07/14 21:13:08
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@
17 17
  *  MA 02110-1301, USA.
18 18
  *
19 19
  * $Log: text.c,v $
20
+ * Revision 1.23  2006/07/14 12:13:08  njh
21
+ * Typo
22
+ *
20 23
  * Revision 1.22  2006/07/01 21:03:36  njh
21 24
  * Better use of destroy mode
22 25
  *
... ...
@@ -76,7 +79,7 @@
76 76
  *
77 77
  */
78 78
 
79
-static	char	const	rcsid[] = "$Id: text.c,v 1.22 2006/07/01 21:03:36 njh Exp $";
79
+static	char	const	rcsid[] = "$Id: text.c,v 1.23 2006/07/14 12:13:08 njh Exp $";
80 80
 
81 81
 #if HAVE_CONFIG_H
82 82
 #include "clamav-config.h"
... ...
@@ -267,7 +270,7 @@ textToBlob(text *t, blob *b, int destroy)
267 267
 	}
268 268
 
269 269
 	if(blobGrow(b, s) != CL_SUCCESS) {
270
-		cli_warnmsg("Couldn't grow the blob we may be low on memory\n");
270
+		cli_warnmsg("Couldn't grow the blob: we may be low on memory\n");
271 271
 #if	0
272 272
 		if(!destroy) {
273 273
 			if(bin == NULL)