summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ptex-base.ch
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-02-09 12:55:49 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-02-09 12:55:49 +0000
commitad829acb5e5b0906b355c6a94df7c203d9b86217 (patch)
tree64de047739d934045ae742ea8c9db8b0ef785311 /Build/source/texk/web2c/ptexdir/ptex-base.ch
parent158d21f627ed6db84f4610b915ee83409653d802 (diff)
forgot to set cur_val_level in fetching \kansujichar
git-svn-id: svn://tug.org/texlive/trunk@53726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index 1011bf19c2b..6e317cc3a15 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -6429,7 +6429,7 @@ begin scan_int;
error; return;
end
else
- cur_val:=fromDVI(kansuji_char(cur_val));
+ begin cur_val:=fromDVI(kansuji_char(cur_val)); cur_val_level:=int_val; end
end
@ |print_kansuji| procedure converts a number to KANJI number.