From cc9dc48b35b47a6e118d8982786c2f69459b2f73 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 28 Apr 2003 11:02:19 +0000 Subject: =?UTF-8?q?=EF=BF=BDO=EF=BF=BD=EF=BF=BD/=EF=BF=BD=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD=EF=BF=BD=EF=BF=BDW=EF=BF=BD=EF=BF=BD=3D>256?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@813 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/friend.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbbsd/friend.c b/mbbsd/friend.c index 9876b396..e2616ec3 100644 --- a/mbbsd/friend.c +++ b/mbbsd/friend.c @@ -1,4 +1,4 @@ -/* $Id: friend.c,v 1.16 2003/04/16 09:25:13 victor Exp $ */ +/* $Id: friend.c,v 1.17 2003/04/28 11:02:19 in2 Exp $ */ #include "bbs.h" /* ------------------------------------- */ @@ -16,9 +16,9 @@ static unsigned int friend_max[8] = { MAX_LOGIN_INFO, MAX_POST_INFO, MAX_NAMELIST, + MAX_FRIEND, MAX_NAMELIST, - MAX_NAMELIST, - MAX_NAMELIST + MAX_FRIEND, }; /* 雖然好友跟壞人名單都是 * 2 但是一次最多load到shm只能有128 */ -- cgit v1.2.3