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

Diff for /mandoc/man_html.c between version 1.107 and 1.108

version 1.107, 2014/12/04 02:05:42 version 1.108, 2014/12/23 09:31:46
Line 362  man_br_pre(MAN_ARGS)
Line 362  man_br_pre(MAN_ARGS)
         if (MAN_sp == n->tok) {          if (MAN_sp == n->tok) {
                 if (NULL != (n = n->child))                  if (NULL != (n = n->child))
                         if ( ! a2roffsu(n->string, &su, SCALE_VS))                          if ( ! a2roffsu(n->string, &su, SCALE_VS))
                                 SCALE_VS_INIT(&su, atoi(n->string));                                  su.scale = 1.0;
         } else          } else
                 su.scale = 0.0;                  su.scale = 0.0;
   

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

CVSweb