Dates are now written properly again when using the '-r' flag (thanks Chris again for your report).

This commit is contained in:
Frederic Culot
2009-07-15 19:16:21 +00:00
parent 3fe8550373
commit a93d88c370
2 changed files with 15 additions and 4 deletions

View File

@@ -2,6 +2,11 @@
* src/io.c: could not import ical files anymore if notes were not
attached to items (thanks Chris for reporting it)
* src/args.c (app_arg): memory leak fixed
* src/args.c (parse_args): dates are now written properly again
when using the '-r' flags (thanks again Chris for your report)
2009-07-12 Frederic Culot <frederic@culot.org>