From fe15113c18cd5757c6490db2becd37fcb4c8f040 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 26 Feb 2003 15:44:21 +0000 Subject: recover something back :p git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@677 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/board.c | 4 +--- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3