ICU-2487 missing brace
X-SVN-Rev: 15101
This commit is contained in:
parent
55fb939e90
commit
dfd64036c5
@ -625,7 +625,7 @@ pathToFullPath(const char *path) {
|
||||
#if (U_FILE_SEP_CHAR != U_TREE_ENTRY_SEP_CHAR)
|
||||
/* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
|
||||
for(;fullPath[n];n++) {
|
||||
if(fullPath[n] == U_TREE_ENTRY_SEP_CHAR)
|
||||
if(fullPath[n] == U_TREE_ENTRY_SEP_CHAR) {
|
||||
fullPath[n] = U_FILE_SEP_CHAR;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user