mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2707 fix #ifdef UDATA_DEBUG bracketing
X-SVN-Rev: 12427
This commit is contained in:
parent
a2768faf48
commit
db453aa5c7
1 changed files with 1 additions and 1 deletions
|
@ -491,8 +491,8 @@ static const char *udata_pathiter_next(UDataPathIterator *iter, int32_t *outPath
|
|||
{
|
||||
#ifdef UDATA_DEBUG
|
||||
fprintf(stderr, "skipping non-directory .dat file %s\n", iter->pathBuffer);
|
||||
continue;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
|
||||
iter->pathBuffer[pathLen++] = U_FILE_SEP_CHAR;
|
||||
|
|
Loading…
Add table
Reference in a new issue