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