ICU-11959 Apply patch for flag parser

X-SVN-Rev: 38081
This commit is contained in:
Michael Ow 2015-10-28 20:16:51 +00:00
parent 385c8dd53d
commit 64bd7cbf4f

View file

@ -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;
}