mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Make mdb-check compilable
This commit is contained in:
@@ -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