mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-26 15:29:31 +00:00
Fix missing variable
This commit is contained in:
@@ -1422,7 +1422,7 @@ _computeBlocksPosition (NSArray *blocks)
|
||||
}
|
||||
|
||||
currentDate = [[startDate copy] autorelease];
|
||||
[ setTimeZone: userTimeZone];
|
||||
[currentDate setTimeZone: userTimeZone];
|
||||
max = [blocks count];
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user