From 6fe9e524afa7bc4e13d31708a628d16b6d263c6b Mon Sep 17 00:00:00 2001 From: David Crosby Date: Tue, 21 Jul 2015 22:00:42 -0600 Subject: Initialize new_tabwidth at declaration --- table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table.c') diff --git a/table.c b/table.c index 1725d7b..b77f0f8 100644 --- a/table.c +++ b/table.c @@ -1690,7 +1690,7 @@ renderTable(struct table *t, int max_width, struct html_feed_environ *h_env) { int i, j, w, r, h; Str renderbuf; - short new_tabwidth[MAXCOL]; + short new_tabwidth[MAXCOL] = { 0 }; #ifdef MATRIX int itr; VEC *newwidth; -- cgit v1.2.3