зеркало из https://github.com/mozilla/pjs.git
Fix for GetMaxLength()
This commit is contained in:
Родитель
32dfa26bb1
Коммит
8e3f0815e5
|
@ -56,7 +56,6 @@ NS_IMETHODIMP nsUnicodeToSJIS::GetMaxLength(const PRUnichar * aSrc,
|
|||
PRInt32 aSrcLength,
|
||||
PRInt32 * aDestLength)
|
||||
{
|
||||
// XXX write me
|
||||
*aDestLength = 0;
|
||||
return NS_OK_UENC_EXACTLENGTH;
|
||||
*aDestLength = 3*aSrcLength;
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче