- Timestamp:
- 09/04/05 21:41:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup.c
r54 r55 615 615 { 616 616 path = stack2Path(nk_stack); 617 printValue(&sub->values[i], path); 617 618 if(print_verbose) 619 fprintf(stderr, "VERBOSE: Found final path element as value.\n"); 620 621 if(!type_filter_enabled || (&sub->values[i].type == type_filter)) 622 printValue(&sub->values[i], path); 618 623 if(path != NULL) 619 624 free(path); 620 621 if(print_verbose)622 fprintf(stderr, "VERBOSE: Found final path element as value.\n");623 625 624 626 return 0;
Note: See TracChangeset
for help on using the changeset viewer.