summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-22 20:53:12 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-22 20:53:12 +0800
commitb84f597ee5c156f741dd3aabfc8b18e0f997e684 (patch)
tree79870a9706103e821d697d34ce77c14b13252e53 /include/common.h
parent21295b3ae2d324312c343898db97f53b989d48b4 (diff)
downloadpttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.gz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.bz2
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.lz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.xz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.zst
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.zip
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
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
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
+
/* ----------------------------------------------------- */
/* 水球模式 邊界定義 */