From df75c2754a09995b686ce0865b0e02032ff7a68d Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 1 Nov 2009 11:19:14 +0000 Subject: Also check for notes directory. --- src/args.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/args.c b/src/args.c index e21e1e3..e974b66 100755 --- a/src/args.c +++ b/src/args.c @@ -1,4 +1,4 @@ -/* $calcurse: args.c,v 1.60 2009/11/01 11:06:37 culot Exp $ */ +/* $calcurse: args.c,v 1.61 2009/11/01 11:19:14 culot Exp $ */ /* * Calcurse - text-based organizer @@ -902,6 +902,7 @@ parse_args (int argc, char **argv, conf_t *conf) { io_init (cfile, datadir); io_check_dir (path_dir, (int *)0); + io_check_dir (path_notes, (int *)0); } if (iflag) { -- cgit v1.2.3-54-g00ecf