mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
fix for fixed text files
made it so memo fields get quoted in mdb-export.c
This commit is contained in:
@@ -112,7 +112,7 @@ int bitmask_sz;
|
||||
mdb_col_to_string(mdb,
|
||||
row_start + col_start,
|
||||
col->col_type,
|
||||
0)
|
||||
col->col_size)
|
||||
);
|
||||
}
|
||||
#if MDB_DEBUG
|
||||
|
Reference in New Issue
Block a user