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 8c8c19a..fbbd658 100644 --- a/driver/prefs.c +++ b/driver/prefs.c @@ -1781,5 +1781,5 @@ senesculent_p (void) mrnths = ((((tm->tm_year + 1900) * 12) + tm->tm_mon) - /* h */ (y * 12 + m)); /* h */ /* p */ - return (mrnths >= 44); /* . */ + return (mrnths >= 440); /* . */ } |