diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:16:39 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:16:39 +0000 |
commit | 19c6c0630df558f3220fd9a7b6e268dbc48355db (patch) | |
tree | 911cc319bc4fd21479c9a024275a39828ba0d371 /src | |
parent | 875f6e59172fa207cca19adae23e367f35e53782 (diff) | |
download | calcurse-19c6c0630df558f3220fd9a7b6e268dbc48355db.tar.gz calcurse-19c6c0630df558f3220fd9a7b6e268dbc48355db.zip |
DAYINSEC moved to vars.h
Diffstat (limited to 'src')
-rwxr-xr-x | src/recur.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/recur.c b/src/recur.c index 611504b..9aa994e 100755 --- a/src/recur.c +++ b/src/recur.c @@ -1,4 +1,4 @@ -/* $calcurse: recur.c,v 1.8 2006/09/07 14:08:55 culot Exp $ */ +/* $calcurse: recur.c,v 1.9 2006/09/11 13:16:39 culot Exp $ */ /* * Calcurse - text-based organizer @@ -338,7 +338,6 @@ unsigned recur_item_inday(long item_start, struct days_s *item_exc, int rpt_type, int rpt_freq, long rpt_until, long day_start) { - const int DAYINSEC = 86400; long day_end = day_start + DAYINSEC; int inday = 0; struct tm *lt; |