diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-26 00:27:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-26 00:27:50 +0000 |
commit | 940d110922f9f93fa1d4dc6de5b238212c67ca58 (patch) | |
tree | bf8c7ca8fc10b03d7779ca46f0a50d950148e7fd /mail/mmr/files/patch-mime.cpp | |
parent | b4dd49f28977618f4104ab4eabe8cac13171b050 (diff) | |
download | ports-940d110922f9f93fa1d4dc6de5b238212c67ca58.tar.gz ports-940d110922f9f93fa1d4dc6de5b238212c67ca58.zip |
Notes
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 *); |