mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
A fix for bug #669739 that became a mdb_crack_row4 rewrite. Thanks to Luciano Miguel Wolf and Alexandre Horst for the bug analysis and the initial patch.
This commit is contained in:
@@ -345,6 +345,7 @@ typedef struct {
|
||||
MdbHandle *mdbidx;
|
||||
MdbIndexChain *chain;
|
||||
MdbProperties *props;
|
||||
unsigned int num_var_cols; /* to know if row has variable columns */
|
||||
} MdbTableDef;
|
||||
|
||||
struct mdbindex {
|
||||
|
||||
Reference in New Issue
Block a user