mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4722 Fix for UCONFIG_NO_BREAK_ITERATION
X-SVN-Rev: 18432
This commit is contained in:
parent
6583ecea6d
commit
9f158c5eef
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ int main(int argc, char **argv) {
|
|||
#if UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
UNewDataMemory *pData;
|
||||
char msg[2048], folder[2048], name[32];
|
||||
char msg[1024], folder[2048], name[256];
|
||||
char *basename;
|
||||
int length;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue