diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index d12e0beb..5ce60d71 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1446,7 +1446,7 @@ u_register(void) vmsg("您的輸入不正確"); continue; } - if (mon > 12 || mon < 1 || day > 31 || day < 1 || year > 90 || + if (mon > 12 || mon < 1 || day > 31 || day < 1 || year < 40){ vmsg("您的輸入不正確"); continue; |