Make the argument given to -r or -s flags optional.

This commit is contained in:
Frederic Culot
2009-06-23 09:05:15 +00:00
parent 90589eab17
commit dfa4c580aa
2 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,9 @@
* src/utils.c (exit_calcurse): remove lock only if interactive
mode was launched
* src/args.c (parse_args): make the argument given to -r or -s
flags optional
2009-06-22 Frederic Culot <frederic@culot.org>