зеркало из https://github.com/mozilla/gecko-dev.git
Fix for conversion problems with my favorite fields - phone numbers - Bug #: 1193 - r: pmock
This commit is contained in:
Родитель
d65b30ae01
Коммит
1466ebf34a
|
@ -2442,9 +2442,9 @@ nsAbSync::AddValueToNewCard(nsIAbCard *aCard, nsString *aTagName, nsString *aTag
|
||||||
tempVal.Append(*aTagValue);
|
tempVal.Append(*aTagValue);
|
||||||
|
|
||||||
if (aTagName->FindChar(aChar) != -1)
|
if (aTagName->FindChar(aChar) != -1)
|
||||||
mPhoneTypes->AppendString(NS_ConvertASCIItoUCS2(tempVal.ToNewCString()));
|
mPhoneTypes->AppendString(tempVal);
|
||||||
else
|
else
|
||||||
mPhoneValues->AppendString(NS_ConvertASCIItoUCS2(tempVal.ToNewCString()));
|
mPhoneValues->AppendString(tempVal);
|
||||||
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче