summaryrefslogtreecommitdiffstats
path: root/cras.c
diff options
context:
space:
mode:
Diffstat (limited to 'cras.c')
-rw-r--r--cras.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cras.c b/cras.c
index 61c5b52..5e2cd50 100644
--- a/cras.c
+++ b/cras.c
@@ -173,7 +173,7 @@ set_tasks_mode(const char *crasfile)
tasklst_init(&tasks);
read_user_input(&tasks, stdin); /* Only stdin for now */
- tasklst_set_expiration(&tasks);
+ tasklst_set_expiration(&tasks, crasfile_expiry);
write_crasfile(crasfile, tasks);
}