Changeset 130


Ignore:
Timestamp:
01/10/09 12:41:26 (15 years ago)
Author:
tim
Message:

fixed overlooked constant rename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup-recover.c

    r121 r130  
    282282      else
    283283      {
    284         if(cur_ancestor->key_type == NK_TYPE_ROOTKEY)
     284        if((cur_ancestor->key_type == NK_TYPE_ROOTKEY1)
     285           || (cur_ancestor->key_type == NK_TYPE_ROOTKEY2))
    285286          virt_offset = REGF_OFFSET_NONE;
    286287        else
Note: See TracChangeset for help on using the changeset viewer.