summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
1 files changed, 2 insertions, 2 deletions
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];