mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Debian patch 140-mdb-tables
This commit is contained in:
@@ -99,6 +99,7 @@ main (int argc, char **argv)
|
|||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'S':
|
case 'S':
|
||||||
skip_sys = 0;
|
skip_sys = 0;
|
||||||
|
break;
|
||||||
case '1':
|
case '1':
|
||||||
line_break = 1;
|
line_break = 1;
|
||||||
break;
|
break;
|
||||||
@@ -136,7 +137,7 @@ main (int argc, char **argv)
|
|||||||
for (i=0; i < mdb->num_catalog; i++) {
|
for (i=0; i < mdb->num_catalog; i++) {
|
||||||
entry = g_ptr_array_index (mdb->catalog, i);
|
entry = g_ptr_array_index (mdb->catalog, i);
|
||||||
|
|
||||||
if (entry->object_type != objtype)
|
if (entry->object_type != objtype && objtype!=MDB_ANY)
|
||||||
continue;
|
continue;
|
||||||
if (skip_sys && mdb_is_system_table(entry))
|
if (skip_sys && mdb_is_system_table(entry))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user