aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.c')
-rw-r--r--src/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.c b/src/args.c
index 66584cf..e6444e4 100644
--- a/src/args.c
+++ b/src/args.c
@@ -275,7 +275,7 @@ date_arg_from_to(long from, long to, int add_line, const char *fmt_apt,
long date;
for (date = from; date <= to; date = date_sec_change(date, 0, 1)) {
- day_store_items(date, 0);
+ day_store_items(date, 0, 1);
if (day_item_count(0) == 0)
continue;
if (add_line)