summaryrefslogtreecommitdiffstats
path: root/otime.h
diff options
context:
space:
mode:
Diffstat (limited to 'otime.h')
-rw-r--r--otime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otime.h b/otime.h
index 974d0af..0026646 100644
--- a/otime.h
+++ b/otime.h
@@ -60,7 +60,7 @@ static inline void
update_time (void)
{
const time_t real_time = time (NULL);
- if (real_time != now)
+ if (real_time > now)
now = real_time;
}