mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Make mdb-check compilable
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Tue Apr 13 19:08:51 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||
* src/util/mdb-check.c: Make mdb-check compilable
|
||||
|
||||
Tue Apr 13 15:25:26 EDT 2004 Brian Bruns <brian@bruns.com>
|
||||
* include/mdbtools.h:
|
||||
* src/sql/mdbsql.c:
|
||||
|
@@ -84,6 +84,8 @@ int opt;
|
||||
if ((tabname && !strcmp(entry->object_name,tabname)) ||
|
||||
(!tabname )) {
|
||||
// && strncmp (entry->object_name, "MSys", 4))) {
|
||||
int ret;
|
||||
|
||||
table = mdb_read_table(entry);
|
||||
|
||||
/* get the columns */
|
||||
@@ -97,6 +99,7 @@ int opt;
|
||||
//check_ret(table, ret);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mdb_free_handle (mdb);
|
||||
mdb_exit();
|
||||
|
Reference in New Issue
Block a user