diff options
Diffstat (limited to 'src/recur.c')
-rw-r--r-- | src/recur.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recur.c b/src/recur.c index e1be22a..bf18d55 100644 --- a/src/recur.c +++ b/src/recur.c @@ -611,7 +611,7 @@ diff_years (struct tm lt_start, struct tm lt_end) static int exc_inday (struct excp *exc, long day_start) { - return exc->st >= day_start && exc->st < day_start + DAYINSEC; + return (exc->st >= day_start && exc->st < day_start + DAYINSEC); } /* |