зеркало из https://github.com/mozilla/gecko-dev.git
yet more suckage. notpartofthebuild
This commit is contained in:
Родитель
fa83e790ab
Коммит
a6cd320bbb
|
@ -169,6 +169,7 @@ calRecurrenceInfo::GetRecurCount(PRInt32 *aRecurCount)
|
||||||
int count = 0;
|
int count = 0;
|
||||||
while (!icaltime_is_null_time(next)) {
|
while (!icaltime_is_null_time(next)) {
|
||||||
count++;
|
count++;
|
||||||
|
next = icalrecur_iterator_next(recur_iter);
|
||||||
}
|
}
|
||||||
|
|
||||||
*aRecurCount = count;
|
*aRecurCount = count;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче