]> granicus.if.org Git - icu/commitdiff
ICU-8585 Increase size of store string in gencmn
authorMichael Ow <mow@svn.icu-project.org>
Thu, 9 Jun 2011 23:48:38 +0000 (23:48 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Thu, 9 Jun 2011 23:48:38 +0000 (23:48 +0000)
X-SVN-Rev: 30204

icu4c/source/tools/toolutil/pkg_gencmn.c

index 64f505d6d682209325c8f5cef9905ddf539b7c80..59f4d79ee472e84d73bd0d5bc59c449e9d084b1c 100644 (file)
@@ -1,5 +1,5 @@
 /******************************************************************************
- *   Copyright (C) 2008-2010, International Business Machines
+ *   Copyright (C) 2008-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *******************************************************************************
  */
@@ -18,7 +18,7 @@
 #include "putilimp.h"
 #include "pkg_gencmn.h"
 
-#define STRING_STORE_SIZE 100000
+#define STRING_STORE_SIZE 200000
 
 #define COMMON_DATA_NAME U_ICUDATA_NAME
 #define DATA_TYPE "dat"