Changeset 121 for trunk/src/reglookup.c


Ignore:
Timestamp:
08/09/08 13:22:26 (16 years ago)
Author:
tim
Message:

fixed minor path/type filter bug in reglookup
misc code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup.c

    r116 r121  
    462462      bailOut(EX_OSERR, "ERROR: Unexpected error before printValue.\n");
    463463
    464     printValue(value, tmp_path_joined);
     464    if(!type_filter_enabled || (value->type == type_filter))
     465      printValue(value, tmp_path_joined);
    465466
    466467    free(tmp_path);
Note: See TracChangeset for help on using the changeset viewer.