[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.38 and 1.40

version 1.38, 2015/02/10 11:03:13 version 1.40, 2015/10/06 18:32:20
Line 308  tbl_layout(struct tbl_node *tbl, int ln, const char *p
Line 308  tbl_layout(struct tbl_node *tbl, int ln, const char *p
                                     rp->next->first == NULL) {                                      rp->next->first == NULL) {
                                         free(rp->next);                                          free(rp->next);
                                         rp->next = NULL;                                          rp->next = NULL;
                                           tbl->last_row = rp;
                                 }                                  }
                         }                          }
                         return;                          return;
Line 354  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
Line 355  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
         if (tbl->opts.cols <= p->col)          if (tbl->opts.cols <= p->col)
                 tbl->opts.cols = p->col + 1;                  tbl->opts.cols = p->col + 1;
   
         return(p);          return p;
 }  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.40

CVSweb