(fix) use NSInteger instead, more clean

pull/237/head
Ludovic Marcotte 2017-08-14 14:25:52 -04:00
parent 66685d9f7f
commit c35e54e4fc
1 changed files with 1 additions and 1 deletions

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