mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-27 17:12:43 +00:00
(fix) wrong var type declaration
This commit is contained in:
@@ -1775,7 +1775,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