mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Fix build error
This commit is contained in:
@@ -2,6 +2,7 @@ Wed Mar 16 06:41:57 CST 2005 Jeff Smith <whydoubt@yahoo.com>
|
||||
* include/mdbtools.h:
|
||||
* src/libmdb/data.c: Improve OLE-related functions
|
||||
* src/util/mdb-prop.c: Uncomment use of OLE functions
|
||||
* src/util/mdb-prop.c: Fix build error
|
||||
|
||||
Sun Mar 13 15:22:11 CST 2005 Jeff Smith <whydoubt@yahoo.com>
|
||||
* src/util/mdb-export.c:
|
||||
|
@@ -54,7 +54,7 @@ main(int argc, char **argv)
|
||||
mdb_read_columns(table);
|
||||
mdb_rewind_table(table);
|
||||
|
||||
col_num = mdb_bind_column_by_name(table, argv[optind+2], buf, &len);
|
||||
col_num = mdb_bind_column_by_name(table, argv[optind+2], buf, NULL);
|
||||
mdb_bind_column_by_name(table, "Name", name, NULL);
|
||||
|
||||
while(mdb_fetch_row(table)) {
|
||||
|
Reference in New Issue
Block a user