Changeset 94


Ignore:
Timestamp:
03/28/07 21:27:47 (17 years ago)
Author:
tim
Message:

Fixed edge condition bug when finding a value at the end of the list of values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r87 r94  
    18091809  }
    18101810
    1811   if(cur == NULL)
    1812     return false;
    1813  
    1814   return true;
     1811  return found;
    18151812}
    18161813
Note: See TracChangeset for help on using the changeset viewer.