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

Diff for /mandoc/tbl_layout.c between version 1.42 and 1.43

version 1.42, 2017/06/08 18:11:22 version 1.43, 2017/06/13 16:12:01
Line 298  tbl_layout(struct tbl_node *tbl, int ln, const char *p
Line 298  tbl_layout(struct tbl_node *tbl, int ln, const char *p
                                     tbl->parse, ln, pos, NULL);                                      tbl->parse, ln, pos, NULL);
                                 cell_alloc(tbl, tbl->first_row,                                  cell_alloc(tbl, tbl->first_row,
                                     TBL_CELL_LEFT);                                      TBL_CELL_LEFT);
                                   if (tbl->opts.lvert < tbl->first_row->vert)
                                           tbl->opts.lvert = tbl->first_row->vert;
                                 return;                                  return;
                         }                          }
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb