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

Diff for /mandoc/tbl_data.c between version 1.55 and 1.56

version 1.55, 2021/05/18 13:22:43 version 1.56, 2021/08/10 12:55:04
Line 78  getdata(struct tbl_node *tbl, struct tbl_span *dp,
Line 78  getdata(struct tbl_node *tbl, struct tbl_span *dp,
                 if (dp->layout->last->col + 1 < dp->opts->cols) {                  if (dp->layout->last->col + 1 < dp->opts->cols) {
                         cp = mandoc_calloc(1, sizeof(*cp));                          cp = mandoc_calloc(1, sizeof(*cp));
                         cp->pos = TBL_CELL_LEFT;                          cp->pos = TBL_CELL_LEFT;
                           cp->font = ESCAPE_FONTROMAN;
                         cp->spacing = SIZE_MAX;                          cp->spacing = SIZE_MAX;
                         dp->layout->last->next = cp;                          dp->layout->last->next = cp;
                         cp->col = dp->layout->last->col + 1;                          cp->col = dp->layout->last->col + 1;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb