mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +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