mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
handle any object type in mdb-prop
This commit is contained in:
@@ -57,7 +57,7 @@ main(int argc, char **argv)
|
||||
if (!(mdb = mdb_open(argv[optind], MDB_NOFLAGS))) {
|
||||
exit(1);
|
||||
}
|
||||
mdb_read_catalog(mdb, MDB_TABLE);
|
||||
mdb_read_catalog(mdb, MDB_ANY);
|
||||
|
||||
for (i=0;i<mdb->num_catalog;i++) {
|
||||
entry = g_ptr_array_index(mdb->catalog,i);
|
||||
|
||||
Reference in New Issue
Block a user