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

Diff for /mandoc/out.c between version 1.38 and 1.39

version 1.38, 2011/03/15 16:23:51 version 1.39, 2011/03/17 08:49:34
Line 431  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
Line 431  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
          */           */
   
         assert(NULL == tbl->cols);          assert(NULL == tbl->cols);
         tbl->cols = calloc          tbl->cols = mandoc_calloc
                 ((size_t)sp->tbl->cols, sizeof(struct roffcol));                  ((size_t)sp->tbl->cols, sizeof(struct roffcol));
   
         hp = sp->head;          hp = sp->head;

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

CVSweb