[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_term.c between version 1.260 and 1.261

version 1.260, 2014/03/30 19:47:48 version 1.261, 2014/03/30 21:28:01
Line 622  static int
Line 622  static int
 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.260  
changed lines
  Added in v.1.261

CVSweb