aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-day.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui-day.c')
-rw-r--r--src/ui-day.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui-day.c b/src/ui-day.c
index f2bcba5..3aa1e52 100644
--- a/src/ui-day.c
+++ b/src/ui-day.c
@@ -987,6 +987,9 @@ void ui_day_item_repeat(void)
rpt.type = type;
rpt.freq = freq;
rpt.until = until;
+ LLIST_INIT(&rpt.bymonth);
+ LLIST_INIT(&rpt.bywday);
+ LLIST_INIT(&rpt.bymonthday);
LLIST_INIT(&rpt.exc);
if (p->type == EVNT) {
struct event *ev = p->item.ev;