summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 044517a2..6ac14e3c 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2036,7 +2036,7 @@ block_prompt(void)
mode[0] = 'w';
}
- if (getans("§R°£°Ï¶ô(Y/N)?[N] ") != 'y')
+ if (vans("§R°£°Ï¶ô(Y/N)?[N] ") != 'y')
goto cancel_block;
block_save_to_file(tmpfname, mode[0] == 'a' ? BLOCK_APPEND : BLOCK_TRUNCATE);