diff options
-rw-r--r-- | pttbbs/mbbsd/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index 5b684975..5ecb950d 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/mbbsd/board.c @@ -1409,6 +1409,8 @@ show_brdlist(int head, int clsflag, int newflag) #ifdef USE_COOLDOWN if (B_BH(ptr)->brdattr & BRD_COOLDOWN) +#else + if (0) // don't move this line -- preserved for next "else". #endif outs("ĀR "); // since nuser is not updated in-time, '1' may be caused by |