mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
making string conversions explicit
This commit is contained in:
parent
32867b404b
commit
2c788bfcf2
@ -758,7 +758,7 @@ NS_IMETHODIMP nsMsgFolder::GetName(PRUnichar **name)
|
||||
NS_IMETHODIMP nsMsgFolder::SetName(const PRUnichar * name)
|
||||
{
|
||||
// override the URI-generated name
|
||||
if (!mName.Equals(name))
|
||||
if (!mName.EqualsWithConversion(name))
|
||||
{
|
||||
mName = name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user