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, 2 insertions, 2 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 68c253c2..fdf8183e 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.20 2003/02/20 16:18:24 in2 Exp $ */
+/* $Id: read.c,v 1.21 2003/04/14 15:23:07 victor Exp $ */
#include "bbs.h"
static fileheader_t *headers = NULL;
@@ -167,7 +167,7 @@ TagPruner(int bid)
if (strcmp(bp->brdname, "Security") == 0)
return DONOTHING;
if (TagNum && ((currstat != READING) || (currmode & MODE_BOARD))) {
- if (getans("刪除所有標記[N]?") != 'y')
+ if (tolower(getans("刪除所有標記[N]?")) != 'y')
return FULLUPDATE;
delete_range(currdirect, 0, 0);
TagNum = 0;