diff options
Diffstat (limited to 'calendar/cal-util/test-recur.c')
-rw-r--r-- | calendar/cal-util/test-recur.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/cal-util/test-recur.c b/calendar/cal-util/test-recur.c index 4fee2d23a9..213017ea0e 100644 --- a/calendar/cal-util/test-recur.c +++ b/calendar/cal-util/test-recur.c @@ -156,10 +156,12 @@ generate_occurrences (icalcomponent *icalcomp) in one of the calendar views. */ #if 0 cal_recur_generate_instances (comp, 982022400, 982108800, - occurrence_cb, &occurrences); + occurrence_cb, &occurrences, + NULL, NULL); #else cal_recur_generate_instances (comp, -1, -1, - occurrence_cb, &occurrences); + occurrence_cb, &occurrences, + NULL, NULL); #endif /* Print the component again so we can see the |