This commit is contained in:
Ludovic Marcotte
2014-12-04 12:21:23 -05:00
parent fe9ad9c6e9
commit 9ef4d1f551
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
// Build a bit string representation of the freebusy data for the period
freeBusyItems = NSZoneCalloc (NULL, intervals, sizeof (int));
[self _fillFreeBusyItems: (freeBusyItems+4)
count: intervals
count: (intervals-4)
withRecords: [fb fetchFreeBusyInfosFrom: start to: end forContact: uid]
fromStartDate: startDate
toEndDate: endDate];