diff options
author | Frederic Culot <calcurse@culot.org> | 2009-11-01 11:19:14 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-11-01 11:19:14 +0000 |
commit | df75c2754a09995b686ce0865b0e02032ff7a68d (patch) | |
tree | ac64eee20ee94a63108037a9a4b63a27c5b93a90 | |
parent | 9ac8389823ef97c57d4d74179afb9805d435f051 (diff) | |
download | calcurse-df75c2754a09995b686ce0865b0e02032ff7a68d.zip |
Also check for notes directory.
-rwxr-xr-x | src/args.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |