=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- src/usr.bin/mandoc/mdoc_term.c 2014/03/30 19:47:32 1.162 +++ src/usr.bin/mandoc/mdoc_term.c 2014/03/30 21:27:59 1.163 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.162 2014/03/30 19:47:32 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.163 2014/03/30 21:27:59 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012, 2013, 2014 Ingo Schwarze @@ -618,7 +618,7 @@ 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); }