Initialize new_tabwidth at declaration

This commit is contained in:
David Crosby
2015-07-21 22:00:42 -06:00
committed by Tatsuya Kinoshita
parent d8883d384e
commit 6fe9e524af
+1 -1
View File
@@ -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;