From 80d6aee74443aef9203cd1287bbdf763607fdf4f Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 4 Aug 2005 15:58:52 +0000 Subject: fix one bug git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2981 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/read.c b/mbbsd/read.c index 1a7fae93..c1730445 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -525,7 +525,7 @@ select_read(const keeploc_t * locmem, int sr_mode) fhs[i].recommend < n_recommend ) continue; else if ((sr_mode & RS_MONEY) && - fhs[i].recommend < n_money ) + fhs[i].money < n_money ) continue; ++count; if(p == NULL) -- cgit v1.2.3