summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-03 00:02:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-03 00:02:07 +0800
commitc910fdb835478291442032bf6523d41949aa68d9 (patch)
tree941a9b463707562dbf6328c1f42b5d38eb4a96b5 /mbbsd/mbbsd.c
parente84d61124509ef31a56e20c2b8905c686ddd0961 (diff)
downloadpttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.gz
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.bz2
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.lz
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.xz
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.zst
pttbbs-c910fdb835478291442032bf6523d41949aa68d9.zip
- unify login prompt. (it is suggested to not use DBCS version of ':' -
to avoid some Mac font issue - which will display as different character) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3777 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 4d76d46f..fe265464 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -688,7 +688,7 @@ login_query(void)
prints("current pid: %d ", getpid());
#endif
- if (getdata(20, 0, "請輸入代號,或以[guest]參觀,以[new]註冊:",
+ if (getdata(20, 0, "請輸入代號,或以[guest]參觀,以[new]註冊: ",
uid, sizeof(uid), DOECHO) < 1)
{
// got nothing