ICU-1211 Sometimes the data directory name is longer than 80 characters.
X-SVN-Rev: 6208
This commit is contained in:
parent
b1b0b0dfc6
commit
13ebce57f1
@ -470,7 +470,7 @@ static void TestGetAvailableLocales()
|
||||
static void TestDataDirectory()
|
||||
{
|
||||
|
||||
char oldDirectory[80];
|
||||
char oldDirectory[512];
|
||||
const char *temp,*testValue1,*testValue2,*testValue3;
|
||||
const char path[40] ="d:\\icu\\source\\test\\intltest" U_FILE_SEP_STRING; /*give the required path */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user