Bug in NSPredicate _evaluateLeftValue:rightValue:object implementation

2014-02-13 Thread Mathias Bauer
Hi dear list members, I came across the following code in NSPredicate.m: ( it's in - (BOOL) _evaluateLeftValue: (id)leftResult rightValue: (id)rightResult object: (id)object line 968ff.) case NSEndsWithPredicateOperatorType: {

Re: Bug in NSPredicate _evaluateLeftValue:rightValue:object implementation

2014-02-13 Thread Richard Frith-Macdonald
On 13 Feb 2014, at 15:25, Mathias Bauer mathias_ba...@gmx.net wrote: Hi dear list members, I came across the following code in NSPredicate.m: ( it's in - (BOOL) _evaluateLeftValue: (id)leftResult rightValue: (id)rightResult object: (id)object line