From 38fff347b70f913ca80942e63e5f3f1bdb2e654c Mon Sep 17 00:00:00 2001 From: ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Sun, 26 May 2002 02:39:11 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@241 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index cea57c3e..e37f96da 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.28 2002/05/26 01:45:06 ptt Exp $ */ +/* $Id: bbs.c,v 1.29 2002/05/26 02:39:11 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -473,7 +473,7 @@ static int do_general() { "�����G1.���D 2.��ij 3.�Q�� 4.�߱o 5.���� 6.���i 7.���� (1-7�Τ���)", save_title,3,LCECHO); local_article = save_title[0]-'1'; - if(local_article>=0 && local_article<=7) + if(local_article>=0 && local_article<=6) sprintf(save_title,"[%s] ",ctype[local_article]); else save_title[0]='\0'; -- cgit v1.2.3