зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1339119 - Actually use the locale from macOS instead of throwing it away in OSPreferences::ReadSystemLocales. r=gandalf
This commit is contained in:
Родитель
e0636b2dca
Коммит
17fb7377be
|
@ -20,6 +20,7 @@ OSPreferences::ReadSystemLocales(nsTArray<nsCString>& aLocaleList)
|
|||
|
||||
AutoTArray<UniChar, 32> buffer;
|
||||
int size = ::CFStringGetLength(userLocaleStr);
|
||||
buffer.SetLength(size);
|
||||
|
||||
CFRange range = ::CFRangeMake(0, size);
|
||||
::CFStringGetCharacters(userLocaleStr, range, buffer.Elements());
|
||||
|
|
Загрузка…
Ссылка в новой задаче