diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-04 23:58:52 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-04 23:58:52 +0800 |
commit | 80d6aee74443aef9203cd1287bbdf763607fdf4f (patch) | |
tree | 52b8104936a348c603181f4fde44efbde8ad35d2 /mbbsd | |
parent | dfa3a35dd79da8a699d54778ac5a2288bd373534 (diff) | |
download | pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar.gz pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar.bz2 pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar.lz pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar.xz pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.tar.zst pttbbs-80d6aee74443aef9203cd1287bbdf763607fdf4f.zip |
fix one bug
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2981 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |