fixed bug 59460 -- unable to display international message; r=sspitzer, scottip333; sr=mscott

This commit is contained in:
jefft%netscape.com 2000-11-08 08:03:44 +00:00
parent e529bbdbf9
commit 49ab1ee935

View File

@ -185,6 +185,7 @@ MimeInlineTextHTML_parse_line (char *line, PRInt32 length, MimeObject *obj)
{
char *cp = PL_strncasestr(cp1, "=", (length - (int)(cp1-workLine)));
if (cp) {
cp++;
char seps[] = " \"\'";
char *token;
char* newStr;