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

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

version 1.37, 2011/01/30 16:05:37 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(sp->tbl->cols, sizeof(struct roffcol));          tbl->cols = mandoc_calloc
                   ((size_t)sp->tbl->cols, sizeof(struct roffcol));
   
         hp = sp->head;          hp = sp->head;
   

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

CVSweb