summaryrefslogtreecommitdiff
path: root/Build
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
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')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 8887cb0e2a8..67e7e093d33 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-09 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * ptex-base.ch: forgot to set cur_val_level in fetching
+ \kansujichar (Bug introduced in commit on 2019-10-14).
+
2020-02-05 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* ptex-base.ch: Add new primitives \ifjfont and \iftfont.
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.