diff options
Diffstat (limited to 'mail/mmr/files/patch-mime.cpp')
-rw-r--r-- | mail/mmr/files/patch-mime.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-mime.cpp b/mail/mmr/files/patch-mime.cpp new file mode 100644 index 000000000000..ea7732a2cefd --- /dev/null +++ b/mail/mmr/files/patch-mime.cpp @@ -0,0 +1,20 @@ +--- mime.cpp.orig Fri Oct 25 13:55:40 2002 ++++ mime.cpp Fri Oct 25 13:56:15 2002 +@@ -102,7 +102,7 @@ + + /* The MIME_body class constructor */ + MIME_body:: MIME_body(IObottle *RawFile, char *endings[], +- MIME_body *lineage = NULL) ++ MIME_body *lineage) + { + MD5_CTX md5_ctx; + int i; +@@ -652,7 +652,7 @@ + length) to a new IO stream with SaveRaw(), or these changes will be lost. + */ + int +-MIME_body:: AddPart(const char *file, int is_mime = 0) ++MIME_body:: AddPart(const char *file, int is_mime) + { + MD5_CTX md5_ctx; + int (*EncodeFile)(FILE *, IObottle *); |