mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
mdb-import fixes, kinda works now
This commit is contained in:
@@ -39,6 +39,7 @@ convert_field(MdbColumn *col, char *s, MdbField *field)
|
||||
MdbAny any;
|
||||
|
||||
field->colnum = col->col_num;
|
||||
field->is_fixed = col->is_fixed;
|
||||
switch (col->col_type) {
|
||||
case MDB_TEXT:
|
||||
field->value = g_strdup(s);
|
||||
|
||||
Reference in New Issue
Block a user