diff options
Diffstat (limited to 'Build/source/texk/web2c/tftopl.ch')
-rw-r--r-- | Build/source/texk/web2c/tftopl.ch | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tftopl.ch b/Build/source/texk/web2c/tftopl.ch index 0ce10dfb43b..3dcec53f165 100644 --- a/Build/source/texk/web2c/tftopl.ch +++ b/Build/source/texk/web2c/tftopl.ch @@ -136,7 +136,7 @@ tfm_file_array := cast_to_byte_pointer (xrealloc (tfm_file_array, 4 * lf - 1 + 1002)); @z -% [20] Both nl and lig_size are in words, so the multiplication is not +% [21] Both nl and lig_size are in words, so the multiplication is not % needed. Found by "C.M. Connelly" <c@eskimo.com> and % Melissa O'Neill <oneill@cs.sfu.ca> @x @@ -145,6 +145,13 @@ if nl>4*lig_size then if nl>lig_size then @z +% [21] Add missing space in error message. +@x + bc:1,'..',ec:1,'is illegal!'); +@y + bc:1,'..',ec:1,' is illegal!'); +@z + % [27, 28] Change strings to C char pointers. The Pascal strings are % indexed starting at 1, so we pad with a blank. @x |