Code cleanup. Bug 169536, r=jshin, sr=Neil

This commit is contained in:
smontagu%smontagu.org 2005-03-07 14:33:14 +00:00
parent a57b7d6d3a
commit 1f4f1ce3ce

View File

@ -140,8 +140,7 @@ nsresult nsCharsetConverterManager::GetBundleValue(nsIStringBundle * aBundle,
key.AssignWithConversion(aName);
ToLowerCase(key); // we lowercase the main comparison key
if (!aProp.IsEmpty()) // yes, this param may be NULL
key.Append(aProp);
key.Append(aProp);
return aBundle->GetStringFromName(key.get(), aResult);
}