Initialize struct before use

This commit is contained in:
Rene Kita
2021-09-04 12:22:46 +02:00
parent c5c63a1a3d
commit d3ea4b33f1

View File

@@ -1524,7 +1524,7 @@ check_table_height(struct table *t)
short maxcell;
short size;
int *height;
} cell;
} cell = {0};
int space = 0;
cell.size = 0;