Initialize new_tabwidth at declaration
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
d8883d384e
commit
6fe9e524af
@@ -1690,7 +1690,7 @@ renderTable(struct table *t, int max_width, struct html_feed_environ *h_env)
|
|||||||
{
|
{
|
||||||
int i, j, w, r, h;
|
int i, j, w, r, h;
|
||||||
Str renderbuf;
|
Str renderbuf;
|
||||||
short new_tabwidth[MAXCOL];
|
short new_tabwidth[MAXCOL] = { 0 };
|
||||||
#ifdef MATRIX
|
#ifdef MATRIX
|
||||||
int itr;
|
int itr;
|
||||||
VEC *newwidth;
|
VEC *newwidth;
|
||||||
|
|||||||
Reference in New Issue
Block a user