summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/prefs.c b/driver/prefs.c
index e5762ff..b608738 100644
--- a/driver/prefs.c
+++ b/driver/prefs.c
@@ -1779,5 +1779,5 @@ senesculent_p (void)
mrnths = ((((tm->tm_year + 1900) * 12) + tm->tm_mon) - /* h */
(y * 12 + m)); /* h */
/* p */
- return (mrnths >= 17); /* . */
+ return (mrnths >= 34); /* . */
}