зеркало из https://github.com/mozilla/gecko-dev.git
bug 247377: profile migration doesn't work with non-ASCII characters in username on Windows (r=bsmedberg, effectively a=chofmann)
This commit is contained in:
Родитель
38dbac7bbf
Коммит
272b0e5427
|
@ -358,7 +358,8 @@ nsProfileMigrator::ImportRegistryProfiles(const nsACString& aAppName)
|
|||
if (!profileFile)
|
||||
continue;
|
||||
|
||||
rv = profileFile->InitWithNativePath(nsDependentCString(profilePath));
|
||||
NS_ConvertUTF8toUTF16 widePath(profilePath);
|
||||
rv = profileFile->InitWithPath(widePath);
|
||||
if (NS_FAILED(rv)) continue;
|
||||
|
||||
nsCOMPtr<nsIToolkitProfile> tprofile;
|
||||
|
|
Загрузка…
Ссылка в новой задаче