зеркало из https://github.com/mozilla/pjs.git
making string conversions explicit
This commit is contained in:
Родитель
999cbded3a
Коммит
2d4dac6b86
|
@ -113,7 +113,7 @@ nsresult
|
|||
nsStringBundle::GetStringFromID(PRInt32 aID, nsString& aResult)
|
||||
{
|
||||
nsAutoString name;
|
||||
name.AppendWithConversion(aID, 10);
|
||||
name.AppendInt(aID, 10);
|
||||
nsresult ret = mProps->GetStringProperty(name, aResult);
|
||||
|
||||
#ifdef DEBUG_tao
|
||||
|
|
Загрузка…
Ссылка в новой задаче