From 4c085f7bef07fef7b399a9fa16cc717aee4d0427 Mon Sep 17 00:00:00 2001 From: Robert Grant Date: Mon, 18 Mar 2013 14:39:21 -0400 Subject: [PATCH] compareObjectsUsingDescriptors is double incrementing causing descriptors to be skipped --- Foundation/NSArray/NSMutableArray.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/NSArray/NSMutableArray.m b/Foundation/NSArray/NSMutableArray.m index 53745cda..f8298072 100755 --- a/Foundation/NSArray/NSMutableArray.m +++ b/Foundation/NSArray/NSMutableArray.m @@ -456,7 +456,7 @@ static NSComparisonResult compareObjectsUsingDescriptors(id A, id B, void *descr NSInteger i,count=[descriptors count]; for(i=0;i