diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-02 01:55:03 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-02 01:55:03 +0800 |
commit | 01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1 (patch) | |
tree | 82390cfcd1524b6ea45c9d545028e618d1de0d87 /mbbsd/bbs.c | |
parent | 1be57e7fccdabfe42518ecd9ec7f23c7bf0827f7 (diff) | |
download | pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar.gz pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar.bz2 pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar.lz pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar.xz pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.tar.zst pttbbs-01bd738b9102ab99c40de7e4e2a846a6b9c9c1e1.zip |
compile error XD
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1288 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 4a2fb231..65f211d3 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1750,7 +1750,7 @@ del_post(int ent, fileheader_t * fhdr, char *direct) cancelpost(fhdr, not_owned, newpath); #ifdef ASSESS num = searchuser(fhdr->owner); - if (not_owned && tmp > 0 && currmode & MODE_DIGEST && is_BM(cuser.userid)) + if (not_owned && num > 0 && currmode & MODE_DIGEST && is_BM(cuser.userid)) { getdata(1, 40, "´c¦H¤å³¹?(y/N)", genbuf, 3, LCECHO); if(genbuf[0]=='y') { |