mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-31 08:04:54 +00:00
(fix) offset can be negative (fixes #4237)
This commit is contained in:
@@ -1227,7 +1227,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
iCalDateTime *dtstart;
|
||||
iCalRepeatableEntityObject *component;
|
||||
iCalTimeZone *eventTimeZone;
|
||||
unsigned count, max, offset;
|
||||
unsigned count, max;
|
||||
int offset;
|
||||
id tz;
|
||||
|
||||
content = [theRecord objectForKey: @"c_cycleinfo"];
|
||||
|
||||
Reference in New Issue
Block a user