continue looking for recurrences after 2037.

bug 278238, r=vlad


git-svn-id: svn://10.0.0.236/trunk@167782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mvl%exedo.nl
2005-01-15 12:48:46 +00:00
parent d50a0577df
commit cd02955c3f

View File

@@ -3,7 +3,7 @@
FILE: icalrecur.c
CREATOR: eric 16 May 2000
$Id: icalrecur.c,v 1.60 2004/05/10 22:47:28 acampi Exp $
$Id: icalrecur.c,v 1.1.1.1 2005/01/05 20:09:16 mvl%exedo.nl Exp $
$Locker: $
@@ -2272,11 +2272,6 @@ struct icaltimetype icalrecur_iterator_next(icalrecur_iterator *impl)
}
}
if(impl->last.year >= 2038 ){
/* HACK */
return icaltime_null_time();
}
} while(!check_contracting_rules(impl)
|| icaltime_compare(impl->last,impl->dtstart) < 0
|| valid == 0);