mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
(fix) wrong var type declaration
This commit is contained in:
@@ -1817,7 +1817,8 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
|
||||
{
|
||||
NSArray *allEvents;
|
||||
iCalEvent *event;
|
||||
NSUInteger i, j;
|
||||
NSUInteger i;
|
||||
int j;
|
||||
|
||||
allEvents = [rqCalendar events];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user