[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.95 and 1.96

version 1.95, 2014/04/23 16:08:33 version 1.96, 2014/08/01 19:25:52
Line 388  man_br_pre(MAN_ARGS)
Line 388  man_br_pre(MAN_ARGS)
                         if ( ! a2roffsu(n->string, &su, SCALE_VS))                          if ( ! a2roffsu(n->string, &su, SCALE_VS))
                                 SCALE_VS_INIT(&su, atoi(n->string));                                  SCALE_VS_INIT(&su, atoi(n->string));
         } else          } else
                 su.scale = 0;                  su.scale = 0.0;
   
         bufinit(h);          bufinit(h);
         bufcat_su(h, "height", &su);          bufcat_su(h, "height", &su);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

CVSweb