From 646cf8fe635d1dcab6d17ecc851a6a07b627ec1c Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 4 Aug 2005 13:55:54 +0000 Subject: avoid keyword conflict in select_read git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2978 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') diff --git a/mbbsd/read.c b/mbbsd/read.c index cdcba6cd..1a7fae93 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -466,6 +466,7 @@ select_read(const keeploc_t * locmem, int sr_mode) "增加條件 稿籌: ":"最低稿籌: ", keyword, 7, LCECHO) || (n_money = atoi(keyword)) <= 0 )) return READ_REDRAW; + strcat(keyword, "M"); } else { -- cgit v1.2.3