From 3b3a2ac7f168b4f1a14caa4c93da4b9f1e4d067b Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 7 Apr 2004 21:13:24 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1718 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/admin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/admin.c') diff --git a/mbbsd/admin.c b/mbbsd/admin.c index efea1be5..88d3f181 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -426,9 +426,9 @@ m_mod_board(char *bname) clear(); } } - getdata_str(b_lines - 1, 0, msg_sure_ny, genbuf, 4, LCECHO, "N"); + getdata(b_lines - 1, 0, "½Ð±z½T©w(Y/N)¡H[Y]", genbuf, 4, LCECHO); - if ((*genbuf == 'y') && memcmp(&newbh, &bh, sizeof(bh))) { + if ((*genbuf != 'n') && memcmp(&newbh, &bh, sizeof(bh))) { if (strcmp(bh.brdname, newbh.brdname)) { char src[60], tar[60]; -- cgit v1.2.3