From d976a8cbb0d14bf51b7706c469b65fdb4005827a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 4 Jun 2009 00:31:57 +0000 Subject: [PATCH] Monotone-Parent: 93bb2c6945d08d009e60e0b6280976b86b0b0aaf Monotone-Revision: ddc6033ba0aed2dee64092066218f39bf7e6a6c9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-04T00:31:57 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 2c2b4dbd5..a4e7c03fd 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1128,6 +1128,11 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir currentValue++; } } + else + { + /* We mark all values as nil since the area was not cleared before. */ + memset (values, 0, propertiesCount * sizeof (NSString *)); + } // NSLog (@"/_properties:ofObject:: %@", [NSDate date]);