mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1891 No need to have the // in U_TOPBUILDDIR
X-SVN-Rev: 9486
This commit is contained in:
parent
c59e44e4b4
commit
0287aa44ec
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ void IntlTest::setICU_DATA() {
|
|||
|
||||
#if defined (U_TOPBUILDDIR)
|
||||
{
|
||||
static char env_string[] = U_TOPBUILDDIR U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
|
||||
static char env_string[] = U_TOPBUILDDIR "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
|
||||
u_setDataDirectory(env_string);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue