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

version 1.37, 2011/01/30 16:05:37 version 1.38, 2011/03/15 16:23:51
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 = 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.38

CVSweb