summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-07 00:45:13 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-07 00:45:13 +0800
commitabe9f1d358bc45f861b127f4a98db615de930e0e (patch)
tree8cdac2f12418b732016ea8ee82dc10b8aae7dcf7
parent0a7878db86ee5c18cce6ce5ed318a455e132e5ed (diff)
downloadpttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar.gz
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar.bz2
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar.lz
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar.xz
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.tar.zst
pttbbs-abe9f1d358bc45f861b127f4a98db615de930e0e.zip
use DOECHO instead of LCECHO in changing nickname
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@775 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/talk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c
index e0980e85..e32db7d3 100644
--- a/pttbbs/mbbsd/talk.c
+++ b/pttbbs/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;