mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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("");
|
||||
} else {
|
||||
text = g_malloc(size);
|
||||
memcpy((char*)buf+start, text, size);
|
||||
memcpy(text, (char*)buf+start, size);
|
||||
}
|
||||
break;
|
||||
case MDB_TEXT:
|
||||
|
Loading…
Reference in New Issue
Block a user