FreeBSD Bugzilla – Attachment 56957 Details for
Bug 86010
Build Problem of mail/normalizemime with FreeBSD 4.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-normalizemime.cc
patch-normalizemime.cc (text/x-c++src; charset=us-ascii), 498 bytes, created by
Mario Sergio Fujikawa Ferreira
on 2005-09-13 04:10:12 UTC
(
hide
)
Description:
patch-normalizemime.cc
Filename:
MIME Type:
Creator:
Mario Sergio Fujikawa Ferreira
Created:
2005-09-13 04:10:12 UTC
Size:
498 bytes
patch
obsolete
>--- normalizemime.cc.orig Tue Sep 13 00:03:52 2005 >+++ normalizemime.cc Tue Sep 13 00:04:18 2005 >@@ -58,6 +58,8 @@ > #include <map> > #include <string> > >+#include <sys/types.h> >+ > #include <regex.h> > #include <assert.h> > #include <ctype.h> >@@ -498,7 +500,7 @@ > char *obuf = buf; > memcpy (icopy, message.c_str(), in_left); > message.erase (); >- char *ibuf = icopy; >+ const char *ibuf = icopy; > > while (in_left > 0) { > if ((size_t)(-1) == iconv (ic, &ibuf, &in_left, &obuf, &out_left)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 86010
: 56957