summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-22 00:00:42 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-22 00:00:42 +0800
commite39917d1d91f790220c83fc9f5493d93442db0ca (patch)
treec4f2a18aa9be65d6b5e28b98f1daa157bbc5c7a5 /mbbsd
parent88c3dcb1b305a6a5781afb25630b7996cc318ea4 (diff)
downloadpttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar.gz
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar.bz2
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar.lz
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar.xz
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.tar.zst
pttbbs-e39917d1d91f790220c83fc9f5493d93442db0ca.zip
- (internal) fix register query prompt extra code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4225 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c
index 3e4e34ae..18d2b921 100644
--- a/mbbsd/register.c
+++ b/mbbsd/register.c
@@ -508,7 +508,7 @@ new_register(void)
#ifdef HAVE_USERAGREEMENT
more(HAVE_USERAGREEMENT, YEA);
while( 1 ){
- int c = vans("請問您接受這份使用者條款嗎? (yes/no) " == 'y');
+ int c = vans("請問您接受這份使用者條款嗎? (yes/no) ");
if (c == 'y')
break;
else if (c == 'n')