diff options
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ppltotf.ch')
-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; |