Changeset 110 for trunk/src/reglookup.c


Ignore:
Timestamp:
04/29/08 18:59:55 (16 years ago)
Author:
tim
Message:

moved unallocated cell parsing back out of the main line hbin parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup.c

    r109 r110  
    901901    bailOut(EX_OSERR, "ERROR: Memory allocation problem.\n");
    902902
    903   f = regfi_open(registry_file, 0);
     903  f = regfi_open(registry_file);
    904904  if(f == NULL)
    905905  {
Note: See TracChangeset for help on using the changeset viewer.