diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-02-13 17:05:29 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-02-13 17:05:29 +0800 |
commit | 627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108 (patch) | |
tree | 6d176e11ea135a994a6afb842435ab51873d4a2f | |
parent | a835cfbf7e7e8dc027e44ac5afc135091daf6417 (diff) | |
download | pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar.gz pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar.bz2 pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar.lz pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar.xz pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.tar.zst pttbbs-627ab0dfdbbcc7f9e9f40df8ececee7fdabd6108.zip |
let's announce the limitation
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5306 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/register.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/register.c b/pttbbs/mbbsd/register.c index 3731e26d..1fb11004 100644 --- a/pttbbs/mbbsd/register.c +++ b/pttbbs/mbbsd/register.c @@ -604,8 +604,8 @@ new_register(void) #endif #ifdef MIN_ALLOWED_ID_LEN else if (strlen(passbuf) < MIN_ALLOWED_ID_LEN) - // prints("代號過短,請使用 %d 個字元以上的代號\n", MIN_ALLOWED_ID_LEN); - prints("此代號已由系統保留,請使用別的代號\n"); + prints("代號過短,請使用 %d 個字元以上的代號\n", MIN_ALLOWED_ID_LEN); + // prints("此代號已由系統保留,請使用別的代號\n"); #endif else // success break; |