aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-11-01 11:19:14 +0000
committerFrederic Culot <calcurse@culot.org>2009-11-01 11:19:14 +0000
commitdf75c2754a09995b686ce0865b0e02032ff7a68d (patch)
treeac64eee20ee94a63108037a9a4b63a27c5b93a90
parent9ac8389823ef97c57d4d74179afb9805d435f051 (diff)
downloadcalcurse-df75c2754a09995b686ce0865b0e02032ff7a68d.tar.gz
calcurse-df75c2754a09995b686ce0865b0e02032ff7a68d.zip
Also check for notes directory.
-rwxr-xr-xsrc/args.c3
1 files changed, 2 insertions, 1 deletions
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)
{