summaryrefslogtreecommitdiffstats
path: root/roff_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff_term.c')
-rw-r--r--roff_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff_term.c b/roff_term.c
index 83c2b16e..59de74fc 100644
--- a/roff_term.c
+++ b/roff_term.c
@@ -205,7 +205,7 @@ roff_term_pre_ti(ROFF_TERM_ARGS)
if (a2roffsu(cp, &su, SCALE_EM) == NULL)
return;
- len = term_hspan(p, &su) / 24;
+ len = term_hen(p, &su);
if (sign == 0) {
p->ti = len - p->tcol->offset;