Changeset 107 for trunk/src/reglookup.c


Ignore:
Timestamp:
04/18/08 00:51:21 (16 years ago)
Author:
tim
Message:

removed redundant hbin parsing

added flags parameter to regfi_open

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup.c

    r102 r107  
    899899    bailOut(EX_OSERR, "ERROR: Memory allocation problem.\n");
    900900
    901   f = regfi_open(registry_file);
     901  f = regfi_open(registry_file, 0);
    902902  if(f == NULL)
    903903  {
Note: See TracChangeset for help on using the changeset viewer.