From 2eba0858aed01829580b5dce50b5e6f6b7b3089d Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 25 May 2002 17:52:35 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@234 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 069751df..afaa7da1 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.24 2002/05/25 17:49:48 ptt Exp $ */ +/* $Id: bbs.c,v 1.25 2002/05/25 17:52:35 ptt Exp $ */ #include #include #include @@ -192,7 +192,7 @@ static void readdoent(int num, fileheader_t *ent) { if(title[47]) strcpy(title + 44, " ¡K"); /* §â¦h¾lªº string ¬å±¼ */ - if(title[0]=='[' && title[3]==']' ) special=1; + if(title[0]=='[' && title[5]==']' ) special=1; if(strncmp(currtitle, title, TTLEN)) prints("%6d %c\033[1;32m%c\033[m%-6s%-13.12s%s " -- cgit v1.2.3