mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-25 03:42:04 +03:00
[project @ 2003-07-20 13:12:38 by bursa]
Bug fix. svn path=/import/netsurf/; revision=238
This commit is contained in:
parent
7be6adfd8b
commit
3d8c63e366
@ -964,7 +964,7 @@ void box_normalise_table(struct box *table)
|
||||
struct box *row_group;
|
||||
struct css_style *style;
|
||||
unsigned int *row_span = xcalloc(2, sizeof(row_span[0]));
|
||||
unsigned int table_columns = 0;
|
||||
unsigned int table_columns = 1;
|
||||
|
||||
assert(table != 0);
|
||||
assert(table->type == BOX_TABLE);
|
||||
|
Loading…
Reference in New Issue
Block a user