summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 02:06:46 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 02:06:46 +0800
commit4bc2da5f4727ef0c25980813d81cd9177ea4dc7f (patch)
tree50ddcc75cda776f84528abfcea52b483168703fa /mbbsd/cache.c
parentccf9231c3989453ff7597049629aba71c513d346 (diff)
downloadpttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar.gz
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar.bz2
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar.lz
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar.xz
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.tar.zst
pttbbs-4bc2da5f4727ef0c25980813d81cd9177ea4dc7f.zip
- message refine and menu item re-ordering for talk/chat.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4255 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 9cb18c43..5b1f17f3 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -840,7 +840,7 @@ int is_BM_cache(int bid) /* bid starts from 1 */
{
assert(0<=bid-1 && bid-1<MAX_BOARD);
int *pbm = SHM->BMcache[bid-1];
- // XXX potential issue:
+ // XXX potential issue: (thanks for mtdas@ptt)
// buildBMcache use -1 as "none".
// some function may call is_BM_cache early
// without having currutmp->uid (maybe?)