diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-28 19:02:19 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-28 19:02:19 +0800 |
commit | c53b607bd29a079613005026d5114bf043054d8f (patch) | |
tree | d3b72757d9512a3f1a31759b10257737fc9cec1e | |
parent | 3fab20d1144fe4a9bfa33fe7222b1005c88c5524 (diff) | |
download | pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar.gz pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar.bz2 pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar.lz pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar.xz pttbbs-c53b607bd29a079613005026d5114bf043054d8f.tar.zst pttbbs-c53b607bd29a079613005026d5114bf043054d8f.zip |
�O��/�����W��=>256
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@813 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/friend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/friend.c b/pttbbs/mbbsd/friend.c index 9876b396..e2616ec3 100644 --- a/pttbbs/mbbsd/friend.c +++ b/pttbbs/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, }; /* ÁöµM¦n¤Í¸òÃa¤H¦W³æ³£¬O * 2 ¦ý¬O¤@¦¸³Ì¦hload¨ìshm¥u¯à¦³128 */ |