mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 18:47:54 +08:00
fix for flag 0x0000 memo fields
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#define MDB_MAX_IDX_COLS 10
|
||||
#define MDB_CATALOG_PG 18
|
||||
#define MDB_MEMO_OVERHEAD 12
|
||||
#define MDB_BIND_SIZE 2048
|
||||
#define MDB_BIND_SIZE 4096
|
||||
|
||||
enum {
|
||||
MDB_VER_JET3 = 0,
|
||||
|
Reference in New Issue
Block a user