=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.143 retrieving revision 1.144 diff -u -p -r1.143 -r1.144 --- mandoc/man_term.c 2014/03/30 19:47:48 1.143 +++ mandoc/man_term.c 2014/03/30 21:28:01 1.144 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.143 2014/03/30 19:47:48 schwarze Exp $ */ +/* $Id: man_term.c,v 1.144 2014/03/30 21:28:01 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -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); }