Avoid a fatal error when launching calcurse in interactive mode if user directory does not exist (thanks Antoine for reporting it).

This commit is contained in:
Frederic Culot
2009-07-12 20:37:40 +00:00
parent d374a2ec2e
commit 56a29600ad
2 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,9 @@
* src/args.c (parse_args): fixed a bug that prevented the todo
items from being imported or exported
* src/calcurse.c: avoid a FATAL ERROR if user directory does not
exist (thanks Antoine for reporting it)
2009-07-11 Frederic Culot <frederic@culot.org>