Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
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.