aboutsummaryrefslogtreecommitdiffstats
path: root/z17.c
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:40:40 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:40:40 +0000
commit51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7 (patch)
treefc13db71a563c042388b4a6b3a2bffc4151466b2 /z17.c
parente4836c62b245d618866b6523ec2c892aeb7a76be (diff)
downloadlout-51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7.tar.gz
Lout 3.33.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@35 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z17.c')
-rw-r--r--z17.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/z17.c b/z17.c
index 9a1fd5e..85036f3 100644
--- a/z17.c
+++ b/z17.c
@@ -1,6 +1,6 @@
/*@z17.c:Gap Widths:GetGap()@*************************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.32) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.33) */
/* COPYRIGHT (C) 1991, 2006 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
@@ -262,9 +262,11 @@ void GetGap(OBJECT x, STYLE *style, GAP *res_gap, unsigned *res_inc)
{ Error(17, 5, "%.1fr too large (1.0r substituted)", WARN, &fpos(x), num);
w = FR;
}
+ /* don't have short lengths any more ***
if( w > MAX_SHORT_LENGTH )
- Error(17, 5, "%s exceeds maximum allowed gap size", FATAL, &fpos(x),
+ Error(17, 5, "%s exceeds maximum allowed gap size", INTERN, &fpos(x),
string(x));
+ *** */
width(*res_gap) = w;
/* read the optional gap mode */