зеркало из https://github.com/mozilla/gecko-dev.git
Fixing comparison call problem in new code.
This commit is contained in:
Родитель
62324c1e44
Коммит
1c0fc9c91d
|
@ -2265,7 +2265,7 @@ nsAbSync::AddValueToNewCard(nsIAbCard *aCard, nsString *aTagName, nsString *aTag
|
||||||
//
|
//
|
||||||
PRUnichar aChar = '_';
|
PRUnichar aChar = '_';
|
||||||
|
|
||||||
if (!aTagName->CompareWithConversion("phone", 5))
|
if (!aTagName->CompareWithConversion("phone", PR_TRUE, 5))
|
||||||
{
|
{
|
||||||
if (aTagName->FindChar(aChar) != -1)
|
if (aTagName->FindChar(aChar) != -1)
|
||||||
mPhoneTypes->AppendString(NS_ConvertASCIItoUCS2(aTagValue->ToNewCString()));
|
mPhoneTypes->AppendString(NS_ConvertASCIItoUCS2(aTagValue->ToNewCString()));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче