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

Diff for /mandoc/tbl_html.c between version 1.12 and 1.13

version 1.12, 2014/08/10 23:54:41 version 1.13, 2014/10/14 02:16:06
Line 57  html_tblopen(struct html *h, const struct tbl_span *sp
Line 57  html_tblopen(struct html *h, const struct tbl_span *sp
         if (TBL_SPAN_FIRST & sp->flags) {          if (TBL_SPAN_FIRST & sp->flags) {
                 h->tbl.len = html_tbl_len;                  h->tbl.len = html_tbl_len;
                 h->tbl.slen = html_tbl_strlen;                  h->tbl.slen = html_tbl_strlen;
                 tblcalc(&h->tbl, sp);                  tblcalc(&h->tbl, sp, 0);
         }          }
   
         assert(NULL == h->tblt);          assert(NULL == h->tblt);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb