summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-26 23:44:21 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-26 23:44:21 +0800
commitfe15113c18cd5757c6490db2becd37fcb4c8f040 (patch)
tree1c488e71ecf56285ca6324316ee62bd658233d5c
parent7b25c8824e09aa526a9935022c621f4851e8aa2f (diff)
downloadpttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar.gz
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar.bz2
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar.lz
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar.xz
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.tar.zst
pttbbs-fe15113c18cd5757c6490db2becd37fcb4c8f040.zip
recover something back :p
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@677 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/board.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index a7c8b289..8d91f3fe 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.83 2003/02/26 14:58:33 victor Exp $ */
+/* $Id: board.c,v 1.84 2003/02/26 15:44:21 victor Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -848,13 +848,11 @@ choose_board(int newflag)
brdnum = -1;
continue;
}
- /* Victor: it seams unused ?
if (yank_flag < 2) {
brdnum = -1;
yank_flag++;
continue;
}
- */
if (HAS_PERM(PERM_SYSOP) || (currmode & MODE_MENU)) {
if (m_newbrd(0) == -1)
break;