diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-07 00:45:13 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-07 00:45:13 +0800 |
commit | d8d0653cbe6363771c22fcfeaad5625a4227bae0 (patch) | |
tree | 21e414e60b576f0610862ee774af2a536aa72026 /mbbsd | |
parent | aa35db55425e96d2111c2e63c7c9116db1683f8f (diff) | |
download | pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar.gz pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar.bz2 pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar.lz pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar.xz pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.tar.zst pttbbs-d8d0653cbe6363771c22fcfeaad5625a4227bae0.zip |
use DOECHO instead of LCECHO in changing nickname
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@775 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index e0980e85..e32db7d3 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.104 2003/04/06 05:58:31 in2 Exp $ */ +/* $Id: talk.c,v 1.105 2003/04/06 16:45:13 in2 Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -2300,7 +2300,7 @@ userlist(void) case 'N': oldgetdata(1, 0, "·sªº¼ÊºÙ: ", - cuser.username, sizeof(cuser.username), LCECHO); + cuser.username, sizeof(cuser.username), DOECHO); strcpy(currutmp->username, cuser.username); redrawall = redraw = 1; break; |