From 17d465e3a6fd430a9318604641453e6c8ee63db3 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 8 May 2004 16:49:45 +0000 Subject: increase the size of i18nstring in SHM git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1931 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index eafc8636..f3f98de9 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -428,9 +428,9 @@ typedef struct { #ifdef I18N /* i18n(internationlization) */ char *i18nstrptr[MAX_LANG][MAX_STRING]; - char i18nstrbody[16 * MAX_LANG * MAX_STRING]; + char i18nstrbody[22 * MAX_LANG * MAX_STRING]; /* Based on the statistis, we found the lengh of one string - is 16 bytes approximately. + is 22 bytes approximately. */ #endif } SHM_t; -- cgit v1.2.3