mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-17 03:57:34 +08:00
parent
a89baeacf5
commit
9ab40e83e6
@ -932,7 +932,7 @@ char *mdb_col_to_string(MdbHandle *mdb, void *buf, int start, int datatype, int
|
|||||||
text = g_strdup("");
|
text = g_strdup("");
|
||||||
} else {
|
} else {
|
||||||
text = g_malloc(size);
|
text = g_malloc(size);
|
||||||
memcpy((char*)buf+start, text, size);
|
memcpy(text, (char*)buf+start, size);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MDB_TEXT:
|
case MDB_TEXT:
|
||||||
|
Loading…
Reference in New Issue
Block a user