diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
commit | 19d414e697b8c1be2245c7ce1fa18a3ca38b9459 (patch) | |
tree | 5ca4af13266d7f965812ded1aa93eff48676a12d /mbbsd/aids.c | |
parent | da90aab7aafa6f78b0362385257dc1900ec9669f (diff) | |
download | pttbbs.sr_digest.tar pttbbs.sr_digest.tar.gz pttbbs.sr_digest.tar.bz2 pttbbs.sr_digest.tar.lz pttbbs.sr_digest.tar.xz pttbbs.sr_digest.tar.zst pttbbs.sr_digest.zip |
* change digest to simply another select read (SR) mode.pttbbs.sr_digest
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/aids.c')
-rw-r--r-- | mbbsd/aids.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mbbsd/aids.c b/mbbsd/aids.c index 988cdb6e..e338b5bb 100644 --- a/mbbsd/aids.c +++ b/mbbsd/aids.c @@ -197,16 +197,6 @@ int search_aidu_in_board(SearchAIDResult_t *r, const char *bname, const aidu_t a r->n = n; } } - /* else search digest */ - if(r->n < 0) - { - setbfile(dirfile, bname, fn_mandex); - if((n = search_aidu_in_bfile(dirfile, aidu)) >= 0) - { - r->where = AIDR_DIGEST; - r->n = n; - } - } return r->n; } |