mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixing bustage
This commit is contained in:
parent
5ba9865863
commit
8713363248
@ -1167,7 +1167,7 @@ nsProfileAccess::Get4xProfileInfo(const char *registryName)
|
||||
|
||||
profileItem->updateProfileEntry = PR_TRUE;
|
||||
|
||||
profileItem->profileName = NS_ConvertASCIItoUCS2(nsUnescape(unixProfileName)).ToNewUnicode();
|
||||
profileItem->profileName = NS_ConvertASCIItoUCS2(unixProfileName).GetUnicode();
|
||||
|
||||
nsCOMPtr<nsILocalFile> localFile;
|
||||
rv = NS_NewLocalFile(profileLocation, PR_TRUE, getter_AddRefs(localFile));
|
||||
|
Loading…
Reference in New Issue
Block a user