(fix) use NSInteger instead, more clean

This commit is contained in:
Ludovic Marcotte 2017-08-14 14:25:52 -04:00
parent 66685d9f7f
commit c35e54e4fc

View file

@ -1228,7 +1228,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
iCalRepeatableEntityObject *component;
iCalTimeZone *eventTimeZone;
unsigned count, max;
int offset;
NSInteger offset;
id tz;
content = [theRecord objectForKey: @"c_cycleinfo"];