summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 2ead1834..53bc09ba 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -89,12 +89,10 @@ EnumTagFhdr(fileheader_t * fhdr, char *direct, int locus)
int
AskTag(char *msg)
{
- char buf[80];
int num;
num = TagNum;
- snprintf(buf, sizeof(buf), "◆ %s A)文章 T)標記 Q)uit?", msg);
- switch (getans(buf)) {
+ switch (getans("◆ %s A)文章 T)標記 Q)uit?", msg)) {
case 'q':
num = -1;
break;