diff --git a/UI/Scheduler/UIxDatePicker.m b/UI/Scheduler/UIxDatePicker.m index 95bbe4b69..dbcc15a8f 100644 --- a/UI/Scheduler/UIxDatePicker.m +++ b/UI/Scheduler/UIxDatePicker.m @@ -120,7 +120,9 @@ } return [useISOFormats boolValue]; } -- (NSString *)formattedDateString { + +- (NSString *) formattedDateString +{ char buf[22]; if ([self useISOFormats]) {