summaryrefslogtreecommitdiffstats
path: root/mbbsd/brc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/brc.c')
-rw-r--r--mbbsd/brc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/brc.c b/mbbsd/brc.c
index 4317dfd1..c7413612 100644
--- a/mbbsd/brc.c
+++ b/mbbsd/brc.c
@@ -401,7 +401,7 @@ brc_initialize(){
if (brc_initialized)
return 1;
brc_initialized = 1;
- brc_expire_time = login_start_time - 365 * 86400;
+ brc_expire_time = login_start_time - 365 * DAY_SECONDS;
read_brc_buf();
return 0;
}