summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-17 16:42:46 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-17 16:42:46 +0800
commit513e785dd6647f275fb21dcc3d6eec215a139759 (patch)
tree918ed7ee1165f60aea231b6ef790cf4513a3cb54
parent4be55551cb2c4cbad4b36b5dadd3a99860f301fb (diff)
downloadpttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar.gz
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar.bz2
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar.lz
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar.xz
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.tar.zst
pttbbs-513e785dd6647f275fb21dcc3d6eec215a139759.zip
missing case break
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@623 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index cf6b0769..138b93a9 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.73 2003/01/17 07:47:10 kcwu Exp $ */
+/* $Id: board.c,v 1.74 2003/01/17 08:42:46 kcwu Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -1046,6 +1046,7 @@ choose_board(int newflag)
break;
}
num = tmp;
+ break;
case 'E':
if (HAS_PERM(PERM_SYSOP) || (currmode & MODE_MENU)) {
ptr = &nbrd[num];