diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-14 14:51:20 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-14 14:51:20 +0000 |
commit | ed5453bf806cf70106d61cca2f70712a841dec02 (patch) | |
tree | 19b9b4628074c63eb4cf3d3a7395c742659280f2 | |
parent | 7dcbf6d0b3b547e6ad24f70e64785e1e492237de (diff) | |
download | calcurse-ed5453bf806cf70106d61cca2f70712a841dec02.tar.gz calcurse-ed5453bf806cf70106d61cca2f70712a841dec02.zip |
call to apoint_sec2str() updated
-rwxr-xr-x | src/args.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.c,v 1.5 2006/09/12 15:02:42 culot Exp $ */ +/* $calcurse: args.c,v 1.6 2006/09/14 14:51:20 culot Exp $ */ /* * Calcurse - text-based organizer @@ -273,7 +273,7 @@ int app_arg(int add_line, int year, int month, int day, long date) arg_print_date(today); print_date = false; } - apoint_sec2str(recur_apoint_s2apoint_s(ra), + apoint_sec2str(apoint_recur_s2apoint_s(ra), RECUR_APPT, today, apoint_start_time, apoint_end_time); fputs(" - ",stdout); |