mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-10-20 18:50:44 +08:00
Corrections and enhancements on index handling.
This commit is contained in:
@@ -168,7 +168,6 @@ int i;
|
||||
|
||||
for (i=0;i<table->num_idxs;i++) {
|
||||
idx = g_ptr_array_index (table->indices, i);
|
||||
mdb_index_dump(idx);
|
||||
mdb_index_dump(table, idx);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user