diff options
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r-- | mbbsd/announce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index 81293fea..3d4361cf 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -1,4 +1,4 @@ -/* $Id: announce.c,v 1.25 2003/05/30 13:58:11 in2 Exp $ */ +/* $Id: announce.c,v 1.26 2003/06/04 02:09:53 victor Exp $ */ #include "bbs.h" static void @@ -1442,7 +1442,7 @@ a_menu(char *maintitle, char *path, int lastlevel) �٬O�ɮ׳��M�O�� fstat(2) �Ӥ��O�����s�b .DIR �� |||b �����Ӹ�Ƽg�J .DIR ���A implement�~���IJv. */ - if( !HAS_PERM(PERM_SYSOP) && !is_BM(bcache[currbid - 1].BM) && + if( !HAS_PERM(PERM_SYSOP) && !HAS_PERM(PERM_SYSSUBOP) && !is_BM(bcache[currbid - 1].BM) && dashd(fname) ) vmsg("�u���O�D�~�i�H�����ؿ���!"); else |