summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-26 01:52:35 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-26 01:52:35 +0800
commit2eba0858aed01829580b5dce50b5e6f6b7b3089d (patch)
tree99eb2ba7dacb56c7a93bffb4271a92015ad503e6 /mbbsd
parentb2bd875e479043e5b858b8912c985c6aacbf6661 (diff)
downloadpttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar.gz
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar.bz2
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar.lz
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar.xz
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.tar.zst
pttbbs-2eba0858aed01829580b5dce50b5e6f6b7b3089d.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@234 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/bbs.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -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 "