=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.260 retrieving revision 1.261 diff -u -p -r1.260 -r1.261 --- mandoc/mdoc_term.c 2014/03/30 19:47:48 1.260 +++ mandoc/mdoc_term.c 2014/03/30 21:28:01 1.261 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.260 2014/03/30 19:47:48 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.261 2014/03/30 21:28:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012, 2013, 2014 Ingo Schwarze @@ -622,7 +622,7 @@ static int termp_ll_pre(DECL_ARGS) { - (*p->setwidth)(p, n->nchild ? a2width(p, n->child->string) : 0); + term_setwidth(p, n->nchild ? n->child->string : NULL); return(0); }