summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/pttstruct.h4
1 files changed, 2 insertions, 2 deletions
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;