diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-08 22:44:45 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-08 22:44:45 +0800 |
commit | 8b75b053e71927943b4b9b6c993c3df8bc20cb4a (patch) | |
tree | 01ebfc8f4fe7a90dce0743df292776b7469551ea /mbbsd | |
parent | f8b86768102dc3338dc31419004e35ed244213fe (diff) | |
download | pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar.gz pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar.bz2 pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar.lz pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar.xz pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.tar.zst pttbbs-8b75b053e71927943b4b9b6c993c3df8bc20cb4a.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@90 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mbbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 97c9dd0e..a9853781 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.17 2002/03/29 16:22:53 ptt Exp $ */ +/* $Id: mbbsd.c,v 1.18 2002/04/08 14:44:45 ptt Exp $ */ #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -526,7 +526,7 @@ multi_user_check () } else{ /* allow multiple guest user */ - if (search_ulistn(usernum, 100)!=NULL){ + if (search_ulistn(usernum, 300)!=NULL){ outs ("\n抱歉,目前已有太多 guest, 請稍後再試。\n"); pressanykey (); oflush (); |