Fix missing variable

pull/207/head
Francis Lachapelle 2016-05-06 14:28:10 -04:00
parent f2903db43c
commit bf5bee87e6
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{