comment out offensive line to get Mac green again

This commit is contained in:
brade%netscape.com 2000-07-20 13:46:43 +00:00
Родитель 20b1aad0a1
Коммит 663ab84636
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1314,7 +1314,7 @@ mime_parse_stream_complete (nsMIMESession *stream)
mdd->mailcharset);
}
// setting the charset while we are creating the composition fields
fields->SetCharacterSet(NS_LITERAL_STRING(mdd->mailcharset));
// fields->SetCharacterSet(NS_LITERAL_STRING(mdd->mailcharset));
// convert from UTF-8 to UCS2
nsAutoString ucs2;