Fix missing variable

This commit is contained in:
Francis Lachapelle
2016-05-06 14:28:10 -04:00
parent f2903db43c
commit bf5bee87e6

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