(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; iCalRepeatableEntityObject *component;
iCalTimeZone *eventTimeZone; iCalTimeZone *eventTimeZone;
unsigned count, max; unsigned count, max;
int offset; NSInteger offset;
id tz; id tz;
content = [theRecord objectForKey: @"c_cycleinfo"]; content = [theRecord objectForKey: @"c_cycleinfo"];