зеркало из https://github.com/mozilla/gecko-dev.git
fix bustage
This commit is contained in:
Родитель
d1fa5bd076
Коммит
f36e49d422
|
@ -441,7 +441,7 @@ class nsTString_CharT : public nsTSubstring_CharT
|
|||
*/
|
||||
NS_COM void AppendInt( PRUint32 aInteger, PRInt32 aRadix = kRadix10 )
|
||||
{
|
||||
return AppendInt(PRInt32(aInteger), aRadix);
|
||||
AppendInt(PRInt32(aInteger), aRadix);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче