Cygwin: locale(1): fix typo
Windows locales need a dash instead of an underscore. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
0ab22f0af9
commit
98aed7943e
|
@ -367,7 +367,7 @@ print_all_locales_proc (LPWSTR loc_name, DWORD info, LPARAM param)
|
|||
wchar_t scriptless_win_locale[32];
|
||||
wchar_t default_iso15924[32];
|
||||
|
||||
wcpcpy (wcpcpy (wcpcpy (scriptless_win_locale, iso639), L"_"),
|
||||
wcpcpy (wcpcpy (wcpcpy (scriptless_win_locale, iso639), L"-"),
|
||||
iso3166);
|
||||
if ((GetLocaleInfoEx (scriptless_win_locale, LOCALE_SSCRIPTS,
|
||||
default_iso15924, 32)
|
||||
|
|
Loading…
Reference in New Issue