Marxon13 / M13OrderedDictionary

A NSDictionary with ordered objects and keys
263 stars 29 forks source link

Crash when filteredOrderDictionarysUsingPredicateForObjects #23

Closed dsdjung closed 9 years ago

dsdjung commented 9 years ago

Function fails at initwithobjects during assert on count check. j++ within if check should not be there?

michaelforrest commented 9 years ago

+1 I just discovered this bug too - the j++ at https://github.com/Marxon13/M13OrderedDictionary/blob/master/M13OrderedDictionary.m#L517 needs to be removed