(fix) use NSInteger instead, more clean

pull/278/head
Ludovic Marcotte 2017-08-14 14:25:52 -04:00
parent e1791ac8f5
commit edaa0f3956
1 changed files with 1 additions and 1 deletions

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