From c35e54e4fc77074f703bf7cf50d7fa90c0797ba8 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 14 Aug 2017 14:25:52 -0400 Subject: [PATCH] (fix) use NSInteger instead, more clean --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 635567755..c547af4c6 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -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"];