From 6f7163ba4a2e022b620447c7defa81ae90fbdda0 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 30 May 2004 06:31:21 +0000 Subject: same typo #ifdef->#if git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2039 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 9131d3f1..11c75d75 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -969,7 +969,7 @@ user_login() if (!PERM_HIDE(currutmp)) cuser.lastlogin = login_start_time; -#ifdef FOREIGN_REG_DAY +#if FOREIGN_REG_DAY > 0 foreign_warning(); #endif passwd_update(usernum, &cuser); -- cgit v1.2.3