fix bustage
git-svn-id: svn://10.0.0.236/trunk@154817 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user