diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-07-06 08:23:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-07-06 08:23:39 +0000 |
commit | d6cdb5e8b6e9cb6ca4bab4f46f1b6e11080f25a8 (patch) | |
tree | 78d405084a18b29b71b28ad636cb91148db52f51 | |
parent | 42e0b530018e1809e00aa4c88c7c092b2c53a157 (diff) |
minor change of a test program: xdirtest.c.
git-svn-id: svn://tug.org/texlive/trunk@31114 c570f23f-e606-0410-a88d-b1316a301751
-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 */ |