summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tftopl.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-23 08:08:21 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-23 08:08:21 +0000
commitb389cd59a68dc7bb07914606f05170dbcdc539e5 (patch)
treed53ac14ca8076a587e643c52388e566933e0db5f /Build/source/texk/web2c/tftopl.ch
parent22efddb6662307ee6480c4fa9c3944f92f137907 (diff)
tftopl, vftovp: Add missing space in error message
git-svn-id: svn://tug.org/texlive/trunk@25178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tftopl.ch')
-rw-r--r--Build/source/texk/web2c/tftopl.ch9
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