diff options
-rw-r--r-- | src/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,7 +394,7 @@ app_arg (int add_line, struct date *day, long date, int print_note, LLIST_FIND_FOREACH (&eventlist, today, event_inday, i) { - struct apoint *ev = LLIST_TS_GET_DATA (i); + struct event *ev = LLIST_TS_GET_DATA (i); if (regex && regexec (regex, ev->mesg, 0, 0, 0) != 0) continue; |