mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 20:34:01 +00:00
Forgot to remove this line in my last checkin. bug=53057
This commit is contained in:
parent
9d105f7562
commit
a2e296f419
@ -1064,7 +1064,6 @@ nsProfileAccess::Get4xProfileInfo(const char *registryName)
|
||||
#if defined(XP_MAC)
|
||||
// 4.x profiles coming from japanese machine are already in unicode.
|
||||
// So, there is no need to decode into unicode further.
|
||||
nsCAutoString temp;
|
||||
NS_ConvertUCS2toUTF8 temp(profile);
|
||||
nsCAutoString profileName(nsUnescape( NS_CONST_CAST(char*, temp.get())));
|
||||
nsAutoString convertedProfName(NS_ConvertUTF8toUCS2(profileName).get());
|
||||
|
Loading…
x
Reference in New Issue
Block a user