mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
__loadlocale: Set missing val when evaluating CP874
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
8f1378b19f
commit
beb721cf37
@ -857,6 +857,7 @@ restart:
|
|||||||
++c;
|
++c;
|
||||||
if (strcasecmp (c, "620"))
|
if (strcasecmp (c, "620"))
|
||||||
FAIL;
|
FAIL;
|
||||||
|
val = 874;
|
||||||
strcpy (charset, "CP874");
|
strcpy (charset, "CP874");
|
||||||
mbc_max = 1;
|
mbc_max = 1;
|
||||||
#ifdef _MB_EXTENDED_CHARSETS_WINDOWS
|
#ifdef _MB_EXTENDED_CHARSETS_WINDOWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user