[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.186 and 1.187

version 1.186, 2015/10/12 00:08:15 version 1.187, 2016/01/08 17:48:09
Line 219  static int
Line 219  static int
 pre_ll(DECL_ARGS)  pre_ll(DECL_ARGS)
 {  {
   
         term_setwidth(p, n->nchild ? n->child->string : NULL);          term_setwidth(p, n->child != NULL ? n->child->string : NULL);
         return 0;          return 0;
 }  }
   

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

CVSweb