ICU-1211 Sometimes the data directory name is longer than 80 characters.

X-SVN-Rev: 6208
This commit is contained in:
George Rhoten 2001-10-12 16:37:18 +00:00
parent b1b0b0dfc6
commit 13ebce57f1

View File

@ -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 */