From f13b3dd2018f874995718ff4752610f13d87e970 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 17 Sep 2015 16:02:21 -0400 Subject: [PATCH] (fix) typo in previous commit --- ActiveSync/SOGoActiveSyncDispatcher+Sync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveSync/SOGoActiveSyncDispatcher+Sync.m b/ActiveSync/SOGoActiveSyncDispatcher+Sync.m index 02de3d107..c43afa6b8 100644 --- a/ActiveSync/SOGoActiveSyncDispatcher+Sync.m +++ b/ActiveSync/SOGoActiveSyncDispatcher+Sync.m @@ -701,7 +701,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. matchingSyncToken: theSyncKey fromDate: theFilterType initialLoad: initialLoadInProgress]; - allComponents = [allComponents sortedArrayUsingDescriptors: [NSArray arrayWithObject: [[NSSortDescriptor alloc] initWithKey: @"c_lastmodified" ascending: YES] autorelease]]; + allComponents = [allComponents sortedArrayUsingDescriptors: [NSArray arrayWithObject: [[[NSSortDescriptor alloc] initWithKey: @"c_lastmodified" ascending: YES] autorelease]]]; // Check for the WindowSize