From 82664ae2ecc5db24c614f7a625e859975f55a6b5 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 20 Apr 2004 14:24:04 +0000 Subject: change some ambiguous terms git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1797 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 4 ++-- 1 file 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 -- cgit v1.2.3