diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-26 23:44:21 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-26 23:44:21 +0800 |
commit | 72fceb073eb682307a2dd96f5007abdf138a1d4a (patch) | |
tree | 0f9fa338ca21ed8d9d10fddf5bf8d7750326ae18 | |
parent | 53e2d12b130e0f1188cc4cb26c07c5276c4e0d7a (diff) | |
download | pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar.gz pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar.bz2 pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar.lz pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar.xz pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.tar.zst pttbbs-72fceb073eb682307a2dd96f5007abdf138a1d4a.zip |
recover something back :p
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@677 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/board.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index a7c8b289..8d91f3fe 100644 --- a/mbbsd/board.c +++ b/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; |