From b84f597ee5c156f741dd3aabfc8b18e0f997e684 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 22 Sep 2004 12:53:12 +0000 Subject: fix malfunction of '[', ']', '=' keys on article with long title git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2207 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index 04a351dd..d57d3e93 100644 --- a/include/common.h +++ b/include/common.h @@ -147,6 +147,9 @@ #define LEN_AUTHOR1 5 #define LEN_AUTHOR2 7 +/* the title of article will be truncate to PROPER_TITLE_LEN */ +#define PROPER_TITLE_LEN 42 + /* ----------------------------------------------------- */ /* 水球模式 邊界定義 */ -- cgit v1.2.3