mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1992 Undo my last change.
X-SVN-Rev: 9279
This commit is contained in:
parent
fd17229533
commit
b30806af00
1 changed files with 0 additions and 4 deletions
|
@ -825,10 +825,6 @@ u_setDataDirectory(const char *directory) {
|
|||
length=uprv_strlen(directory);
|
||||
newDataDir = (char *)uprv_malloc(length + 2);
|
||||
uprv_strcpy(newDataDir, directory);
|
||||
if(newDataDir[length-1]!=U_FILE_SEP_CHAR) {
|
||||
newDataDir[length++]=U_FILE_SEP_CHAR;
|
||||
newDataDir[length] = 0;
|
||||
}
|
||||
|
||||
umtx_lock(NULL);
|
||||
if (gDataDirectory) {
|
||||
|
|
Loading…
Add table
Reference in a new issue