handle any object type in mdb-prop

This commit is contained in:
brianb
2004-05-02 11:39:25 +00:00
parent 8c54cf8331
commit 50a94fdccf
4 changed files with 17 additions and 7 deletions

View File

@@ -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);