diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index b75d5c359..f222cf40c 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -753,7 +753,7 @@ static Class iCalEventK = nil; NSCalendarDate *date; NSNumber *dateValue; BOOL isAllDay; - unsigned int offset; + NSInteger offset; isAllDay = [[theRecord objectForKey: @"c_isallday"] boolValue]; record = [[theRecord mutableCopy] autorelease];