mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
(fix) use NSInteger instead, more clean
This commit is contained in:
@@ -1242,7 +1242,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
iCalRepeatableEntityObject *component;
|
||||
iCalTimeZone *eventTimeZone;
|
||||
unsigned count, max;
|
||||
int offset;
|
||||
NSInteger offset;
|
||||
id tz;
|
||||
|
||||
content = [theRecord objectForKey: @"c_cycleinfo"];
|
||||
|
||||
Reference in New Issue
Block a user