__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…
Reference in New Issue