diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-12 20:37:40 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-12 20:37:40 +0000 |
commit | 56a29600ad7a1e91fe0b0b0f3747092552319a46 (patch) | |
tree | 1f0dcc9bd07a824ebe0256ee3b97eef06b0e2a78 /ChangeLog | |
parent | d374a2ec2ea14fff31140d7945647ea947794f2f (diff) | |
download | calcurse-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-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |