diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-11-21 10:32:30 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-11-21 10:32:30 +0800 |
commit | 041223bb7b3c127a9a88d330cd3b17d323feab6f (patch) | |
tree | a29f5e9be3b2389f0675c79a276d4489772da0a9 /mbbsd/bbs.c | |
parent | 1a137287e0a2328885e0fc52272819bed30f3208 (diff) | |
download | pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.gz pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.bz2 pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.lz pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.xz pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.zst pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.zip |
fav:
remove unused and deprecated features
return NULL if malloc(0)
buildAnnounce:
qsort takes pointer ...
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3245 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 96a66624..8b1778f8 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -161,14 +161,6 @@ set_board(void) vmsg("進入未經授權看板"); board_note_time = &bp->bupdate; - /* board_visit_time was broken before. - * It seems like that the behavior should be - * "Show board notes once per login" - * but the real bahavior was - * "Show board everytime I enter board". - * So, let's disable board_visit_time now. - */ - // board_visit_time = getbrdtime(ptr->bid); if(bp->BM[0] <= ' ') strcpy(currBM, "徵求中"); |