=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- mandoc/out.c 2011/03/15 16:23:51 1.38 +++ mandoc/out.c 2011/03/17 08:49:34 1.39 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.38 2011/03/15 16:23:51 kristaps Exp $ */ +/* $Id: out.c,v 1.39 2011/03/17 08:49:34 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -431,7 +431,7 @@ tblcalc(struct rofftbl *tbl, const struct tbl_span *sp */ assert(NULL == tbl->cols); - tbl->cols = calloc + tbl->cols = mandoc_calloc ((size_t)sp->tbl->cols, sizeof(struct roffcol)); hp = sp->head;