mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fixing comparison call problem in new code.
This commit is contained in:
parent
62324c1e44
commit
1c0fc9c91d
@ -2265,7 +2265,7 @@ nsAbSync::AddValueToNewCard(nsIAbCard *aCard, nsString *aTagName, nsString *aTag
|
||||
//
|
||||
PRUnichar aChar = '_';
|
||||
|
||||
if (!aTagName->CompareWithConversion("phone", 5))
|
||||
if (!aTagName->CompareWithConversion("phone", PR_TRUE, 5))
|
||||
{
|
||||
if (aTagName->FindChar(aChar) != -1)
|
||||
mPhoneTypes->AppendString(NS_ConvertASCIItoUCS2(aTagValue->ToNewCString()));
|
||||
|
Loading…
Reference in New Issue
Block a user