mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
small changes to clients of converting string APIs
This commit is contained in:
parent
ed10d41857
commit
0f26ee77f0
@ -126,7 +126,7 @@ NS_IMETHODIMP nsMsgHeaderParserResult::GetAddressAndName(PRUnichar ** aAddress,
|
||||
getter_Copies(fullAddress));
|
||||
if (NS_SUCCEEDED(rv) && (const char*)fullAddress)
|
||||
{
|
||||
value = fullAddress;
|
||||
value.Assign(fullAddress);
|
||||
rv = mUnicodeConverter->DecodeMimePartIIStr(value, charset, aFullAddress);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user