diff options
-rw-r--r-- | driver/prefs.c | 2 |
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); /* . */ } |