Fix a typo which caused the index to be generated incorrectly.

This commit is contained in:
H. Peter Anvin 2002-05-15 21:32:56 +00:00
parent cae60c4344
commit 7c96f11285

View file

@ -373,7 +373,7 @@ sub ps_flow_lines($$$@) {
}
}
}
push(@l,@wd);
push(@l,@xd);
if ( scalar(@l) ) {
push(@ls, [[$type,0,undef,$fontset,0,0],[@l]]); # Final line
}