Interface change of the conversion util.

This commit is contained in:
nhotta%netscape.com 1999-04-01 20:05:43 +00:00
Родитель 7c0d23f78c
Коммит 53b023d4d1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -96,7 +96,7 @@ nsMimeHeaderConverter::DecodeMimePartIIStr(const nsString& header,
// convert to unicode
PRUnichar *unichars;
PRInt32 unicharLength;
res = MIME_ConvertToUnicode(charsetCstr, (const char *) decodedCstr, PL_strlen((const char *) decodedCstr),
res = MIME_ConvertToUnicode(charsetCstr, (const char *) decodedCstr,
(void **) &unichars, &unicharLength);
if (NS_SUCCEEDED(res)) {
charset.SetString(charsetCstr);