diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:03 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:03 +0000 |
commit | ae5e320497a180f1af743d716e9ac3ea11f01463 (patch) | |
tree | a52e523ace2e98b57c761a8319f45b8aee208fce /z14.c | |
parent | b10d39aec443165093f8f28bc6f940530b89cdaf (diff) | |
download | lout-3.22.tar.gz |
Lout 3.22 tag.3.22
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.22@14 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z14.c')
-rw-r--r-- | z14.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /*@z14.c:Fill Service:Declarations@*******************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.21) */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.22) */ /* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */ @@ -135,7 +135,7 @@ typedef struct { badness = (SQRT_LOOSE_BAD*(col_width - I.nat_width)) / col_width; \ I.badness += badness * badness; \ } \ - else if( BackEnd != PLAINTEXT && allow_shrink && \ + else if( BackEnd->fractional_spacing_avail && allow_shrink && \ MAX_SHRINK*(I.nat_width-col_width) <= I.space_width ) \ { I.class = TIGHT; \ badness = (SQRT_TIGHT_BAD*(col_width - I.nat_width)) / col_width; \ |