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 | cc9dc48b35b47a6e118d8982786c2f69459b2f73 (patch) | |
tree | 456437b6090f4818a992bb3ea9cd1f33a9bd9228 /mbbsd/friend.c | |
parent | 25b83456a8539992acdeb29d95952ccf1a3d0338 (diff) | |
download | pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar.gz pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar.bz2 pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar.lz pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar.xz pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.tar.zst pttbbs-cc9dc48b35b47a6e118d8982786c2f69459b2f73.zip |
�O��/�����W��=>256
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@813 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/friend.c')
-rw-r--r-- | mbbsd/friend.c | 6 |
1 files 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, }; /* ÁöµM¦n¤Í¸òÃa¤H¦W³æ³£¬O * 2 ¦ý¬O¤@¦¸³Ì¦hload¨ìshm¥u¯à¦³128 */ |