Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0SDK
-
Component/s: None
-
Labels:None
Description
the index "find" method (not used very much I think) returns the wrong item very occasionally, because the test of whether or not to use the passed -in fs as the item to return is comparing that fs's address with the position of the found item in the index - it should be comparing the address of the passed in item with the value of the index at that position.