diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-31 01:00:12 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-31 01:00:12 +0800 |
commit | 47b8ac4f52d518205b2e3352c3e87cb2055d45a0 (patch) | |
tree | 45c99165aa7c0cf977082cb69350020db5561f88 /mbbsd/board.c | |
parent | 0e3a9114af6416e776e3f068975d45cb0e219545 (diff) | |
download | pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar.gz pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar.bz2 pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar.lz pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar.xz pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.tar.zst pttbbs-47b8ac4f52d518205b2e3352c3e87cb2055d45a0.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@254 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index f26e21b4..f65faf53 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.23 2002/05/26 02:08:43 ptt Exp $ */ +/* $Id: board.c,v 1.24 2002/05/30 17:00:12 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -1021,9 +1021,9 @@ static void choose_board(int newflag) { } break; case 'W': - if(class_bid > 0 && + if(currutmp->brc_id > 0 && (HAS_PERM(PERM_SYSOP) || (currmode & MODE_MENU))) { - b_note_edit_bname(class_bid); + b_note_edit_bname(currutmp->brc_id); brdnum = -1; } break; |