Corrections and enhancements on index handling.

This commit is contained in:
brianb
2001-05-23 01:42:46 +00:00
parent 7104e68db2
commit abab3e0fc8
5 changed files with 65 additions and 21 deletions

View File

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