diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2017-02-05 04:17:43 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2017-02-05 04:17:43 +0000 |
commit | 98ca449bc677ac6f97b345133e7c7ac1eb30f32b (patch) | |
tree | 61c1f5d81414dc602656079951bc143bad547da4 /Build | |
parent | edb1f47a7cafbd8ff34c86ee03fb939f069ccd5d (diff) |
(u)pTeX: Expand the limit of glue/kern & kern tables in (u)ppltotf
git-svn-id: svn://tug.org/texlive/trunk@43143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ppltotf.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch index 724049d76e5..a3bb0e3c48d 100644 --- a/Build/source/texk/web2c/ptexdir/ppltotf.ch +++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch @@ -469,7 +469,7 @@ if krn_ptr=nk then begin if nk<max_kerns then incr(nk) else begin err_print('At most ',max_kerns,' different kerns are allowed'); @.At most 5000 different kerns...@> - krn_ptr:=max_kerns; + krn_ptr:=max_kerns-1; end; end; lig_kern[nl].b3:=krn_ptr; |