(fix) use NSInteger instead, more clean

This commit is contained in:
Ludovic Marcotte
2017-08-14 14:25:52 -04:00
parent e1791ac8f5
commit edaa0f3956

View File

@@ -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"];