diff options
Diffstat (limited to 'src/args.c')
-rw-r--r-- | src/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ app_arg(int add_line, struct date *day, long date, const char *fmt_apt, if (date == 0) date = get_sec_date(*day); - day_store_items(date, regex); + day_store_items(date, regex, 0); int n = day_item_count(); |