mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-11959 Apply patch for flag parser
X-SVN-Rev: 38081
This commit is contained in:
parent
385c8dd53d
commit
64bd7cbf4f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ parseFlagsFile_cleanup:
|
|||
|
||||
T_FileStream_close(f);
|
||||
|
||||
if (U_FAILURE(*status)) {
|
||||
if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue