mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
switched over to using glib lists which will allow us the use of hashes when
we do the KKD records.
This commit is contained in:
@@ -38,7 +38,7 @@ MDB_HANDLE *mdb;
|
||||
|
||||
mdb = mdb_open(argv[1]);
|
||||
|
||||
mdb_catalog_dump(mdb,(argc > 2) ? atoi(argv[2]) : MDB_TABLE);
|
||||
mdb_dump_catalog(mdb,(argc > 2) ? atoi(argv[2]) : MDB_TABLE);
|
||||
|
||||
mdb_free_handle(mdb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user