diff options
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/xdirtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xdirtest.c b/Build/source/texk/kpathsea/xdirtest.c index 78fa4046b7e..9deca79df9e 100644 --- a/Build/source/texk/kpathsea/xdirtest.c +++ b/Build/source/texk/kpathsea/xdirtest.c @@ -122,7 +122,7 @@ kanji_test(void) { printf("\nTesting 2-Byte Kanji (CP 932, SJIS) codes with 'K' representing 0x81\n"); - is_cp932_system = 1; /* pretend CP is 932 */ + is_cp932_system = 932; /* pretend CP is 932 */ do_kanji(); is_cp932_system = 0; /* pretend CP is not 932 */ |