Fixing bustage

This commit is contained in:
jgaunt%netscape.com 2001-03-22 02:46:36 +00:00
parent 5ba9865863
commit 8713363248

View File

@ -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));