- Timestamp:
- 11/23/09 23:06:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup.c
r150 r158 634 634 iter = regfi_iterator_new(f); 635 635 if(iter == NULL) 636 { 637 printMsgs(f); 636 638 bailOut(REGLOOKUP_EXIT_OSERR, "ERROR: Couldn't create registry iterator.\n"); 639 } 637 640 638 641 if(print_header)
Note: See TracChangeset
for help on using the changeset viewer.