summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-20 22:24:04 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-20 22:24:04 +0800
commit82664ae2ecc5db24c614f7a625e859975f55a6b5 (patch)
treea51c7ec4c33a7178b2fa6a05d8f44c2410559b54
parent617c1538b56bd191d7e5f308ad4a4b406baa1a12 (diff)
downloadpttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar.gz
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar.bz2
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar.lz
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar.xz
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.tar.zst
pttbbs-82664ae2ecc5db24c614f7a625e859975f55a6b5.zip
change some ambiguous terms
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1797 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 42f28592..b1247477 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -468,7 +468,7 @@ uinfo_query(userec_t * u, int real, int unum)
break;
}
#ifdef FOREIGN_REG
- if (getdata_str(i++, 0, "©~¥Á 1)¥xÆW 2)¨ä¥L¡G", buf, 2, DOECHO, x.uflag2 & FOREIGN ? "2" : "1"))
+ if (getdata_str(i++, 0, "¦í¦b 1)¥xÆW 2)¨ä¥L¡G", buf, 2, DOECHO, x.uflag2 & FOREIGN ? "2" : "1"))
if ((fail = atoi(buf)) > 0){
if (fail == 2){
x.uflag2 |= FOREIGN;
@@ -1302,7 +1302,7 @@ u_register(void)
#ifdef FOREIGN_REG
fore[0] = 'y';
fore[1] = 0;
- getfield(2, "Y/n", "¬O§_¬°¥xÆW©~¥ÁÁ¡H", fore, 2);
+ getfield(2, "Y/n", "¬O§_²{¦b¦í¦b¥xÆW", fore, 2);
if (fore[0] == 'n')
fore[0] |= FOREIGN;
else