From d75fe573b2802f08864858dd28cffe810c79d754 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 18 Mar 2019 15:46:39 -0400 Subject: [PATCH] (fix) potential fix for #4289 --- SoObjects/Appointments/SOGoFreeBusyObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];