[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.162 and 1.163

version 1.162, 2014/03/30 19:47:32 version 1.163, 2014/03/30 21:27:59
Line 618 
Line 618 
 termp_ll_pre(DECL_ARGS)  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);          return(0);
 }  }
   

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163