aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-12 20:37:40 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-12 20:37:40 +0000
commit56a29600ad7a1e91fe0b0b0f3747092552319a46 (patch)
tree1f0dcc9bd07a824ebe0256ee3b97eef06b0e2a78 /ChangeLog
parentd374a2ec2ea14fff31140d7945647ea947794f2f (diff)
downloadcalcurse-56a29600ad7a1e91fe0b0b0f3747092552319a46.tar.gz
calcurse-56a29600ad7a1e91fe0b0b0f3747092552319a46.zip
Avoid a fatal error when launching calcurse in interactive mode if user directory does not exist (thanks Antoine for reporting it).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a33599..8d358a7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>