mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 04:06:23 +00:00
Monotone-Parent: 152cd7be8bdfd9ff8cd05ec730d08c591d29dc2e
Monotone-Revision: e14333177a9e3223d083bb94a4a7a18746ee7e12 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-06T19:19:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -293,6 +293,7 @@
|
||||
else
|
||||
{
|
||||
rp->EndDate = 0x5ae980df;
|
||||
rp->OccurrenceCount = 0xa;
|
||||
rp->EndType = END_NEVER_END;
|
||||
}
|
||||
}
|
||||
@@ -426,7 +427,10 @@
|
||||
for (count = 1; count < max; count++)
|
||||
{
|
||||
startDate = [[events objectAtIndex: count] recurrenceId];
|
||||
[modifiedDates addObject: startDate];
|
||||
if (startDate)
|
||||
[modifiedDates addObject: startDate];
|
||||
else
|
||||
[self errorWithFormat: @"missing recurrence-id for event %d", count];
|
||||
}
|
||||
max = [modifiedDates count];
|
||||
rp->ModifiedInstanceCount = max;
|
||||
|
||||
Reference in New Issue
Block a user