mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
(fix) adjust offset datatype to avoid int overflows (fixes #3628)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user