From 0e54067b69058241ae1471784ca76be3ce54c96e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 30 Mar 2014 21:28:01 +0000 Subject: Support relative arguments to .ll (increase or decrease line length). --- man_term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 0b18d4a5..a8e8971f 100644 --- a/man_term.c +++ b/man_term.c @@ -242,7 +242,7 @@ static int pre_ll(DECL_ARGS) { - (*p->setwidth)(p, n->nchild ? a2width(p, n->child->string) : 0); + term_setwidth(p, n->nchild ? n->child->string : NULL); return(0); } -- cgit