From 17fb0288af795a2e07498eb27c80aca7a9ebf5be Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 4 Aug 2005 16:00:30 +0000 Subject: fix one typo git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2982 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 c1730445..85c65c66 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].money < n_money ) + fhs[i].multi.money < n_money ) continue; ++count; if(p == NULL) -- cgit v1.2.3