summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-mime.cpp
blob: 0cee0206b9b1b6fccd3db40d99a1827e660d5ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- mime.cpp.orig	2006-01-24 07:58:33 UTC
+++ mime.cpp
@@ -844,7 +844,8 @@ MIME_body:: AddPart(const char *file, in
 	char  line[BUFSIZ];
 	int   len, blen;
 	long  here;
-	char *boundary, *ptr;
+	const char *ptr;
+	char *boundary;
 	char *newcontent, *newencoding;
 
 	/* Open the input file */