From 3572d7e4773e34f2d039d1436af1c91795887f04 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 15 Mar 2011 16:23:51 +0000 Subject: Make lint shut up a little bit. --- out.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index 2f006c89..a8d5794b 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.37 2011/01/30 16:05:37 schwarze Exp $ */ +/* $Id: out.c,v 1.38 2011/03/15 16:23:51 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -431,7 +431,8 @@ tblcalc(struct rofftbl *tbl, const struct tbl_span *sp) */ 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; -- cgit v1.2.3-56-ge451