diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index 9ec1c2e56..a24835055 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -195,7 +195,7 @@ SOGoUserDefaults *ud; SOGoDomainDefaults *dd; NSArray *interval; - unsigned int start, end; + int start, end; today = [[NSCalendarDate calendarDate] beginOfDay]; ud = [[context activeUser] userDefaults];