зеркало из https://github.com/mozilla/pjs.git
Method name change.
This commit is contained in:
Родитель
76e6f7760c
Коммит
5507697424
|
@ -218,7 +218,7 @@ static PRInt32 INTL_ConvertCharset(const char* from_charset, const char* to_char
|
|||
res = ccm->GetUnicodeDecoder(&aCharset, &decoder);
|
||||
if(NS_SUCCEEDED(res) && (nsnull != decoder)) {
|
||||
PRInt32 srcLen = inLength;
|
||||
res = decoder->Length(inBuffer, 0, srcLen, &unicharLength);
|
||||
res = decoder->GetMaxLength(inBuffer, srcLen, &unicharLength);
|
||||
// temporary buffer to hold unicode string
|
||||
unichars = new PRUnichar[unicharLength];
|
||||
if (unichars == nsnull) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче