diff options
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; |