mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Patch bufferdump.diff from Nirgal
This commit is contained in:
committed by
Brian Bruns
parent
3e2407044d
commit
1f2749cdfc
@@ -84,7 +84,7 @@ char *sargcol, *sargop, *sargval;
|
||||
|
||||
mdb_rewind_table(table);
|
||||
while (mdb_fetch_row(table)) {
|
||||
buffer_dump(ole_data, 0, len);
|
||||
mdb_buffer_dump(ole_data, 0, len);
|
||||
printf("---\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user