Browse code

Alternate should be alternative

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1958 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2006/05/04 21:45:45
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@
35 35
  *	cli_mbox decode it
36 36
  * TODO: Remove the vcard handling
37 37
  */
38
-static	char	const	rcsid[] = "$Id: pst.c,v 1.23 2006/05/04 08:29:05 nigelhorne Exp $";
38
+static	char	const	rcsid[] = "$Id: pst.c,v 1.24 2006/05/04 12:45:45 nigelhorne Exp $";
39 39
 
40 40
 #if HAVE_CONFIG_H
41 41
 #include "clamav-config.h"	/* must come first */
... ...
@@ -5373,7 +5373,7 @@ pst_decode(const char *dir, int desc)
5373 5373
 		    boundary);
5374 5374
 	  } else if (item->email->htmlbody && item->email->body) {
5375 5375
 	    // else if we have an html and text body then tell it so
5376
-	    fprintf(f->output, "Content-type: multipart/alternate;\n\tboundary=\"%s\"\n",
5376
+	    fprintf(f->output, "Content-type: multipart/alternative;\n\tboundary=\"%s\"\n",
5377 5377
 		    boundary);
5378 5378
 	  } else if (item->email->htmlbody) {
5379 5379
 	    fputs("Content-type: text/html\n", f->output);