mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Patch from Carl for relationships
This commit is contained in:
@@ -244,6 +244,7 @@ int mdb_is_fixed_col(MdbColumn *col)
|
||||
}
|
||||
char *mdb_col_to_string(MdbHandle *mdb, int start, int datatype, int size)
|
||||
{
|
||||
/* FIX ME -- not thread safe */
|
||||
static char text[256];
|
||||
|
||||
switch (datatype) {
|
||||
|
||||
Reference in New Issue
Block a user