mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
put back container initialisation from previous warning patch
This commit is contained in:
committed by
Brian Bruns
parent
96e3f6d18b
commit
cc7f9d8fa1
@@ -652,7 +652,7 @@ gmdb_debug_dissect_data_pg3(GtkTreeStore *store, char *fbuf, int offset, int len
|
|||||||
row_len = (get_uint16(fbuf+offset+10+(i-1)*2)
|
row_len = (get_uint16(fbuf+offset+10+(i-1)*2)
|
||||||
& 0x0FFF) - row_start;
|
& 0x0FFF) - row_start;
|
||||||
str = g_strdup_printf("Row %d", i+1);
|
str = g_strdup_printf("Row %d", i+1);
|
||||||
/*container = */gmdb_debug_add_item(store, NULL, str,
|
container = gmdb_debug_add_item(store, NULL, str,
|
||||||
row_start, row_len);
|
row_start, row_len);
|
||||||
|
|
||||||
/* usage pages have parent id of 0 (database) and do not
|
/* usage pages have parent id of 0 (database) and do not
|
||||||
|
|||||||
Reference in New Issue
Block a user