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

Diff for /mandoc/man_term.c between version 1.143 and 1.144

version 1.143, 2014/03/30 19:47:48 version 1.144, 2014/03/30 21:28:01
Line 242  static int
Line 242  static int
 pre_ll(DECL_ARGS)  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);          return(0);
 }  }
   

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

CVSweb