Merge pull request #249 from mpietruschka/master

You forgot about one line  in "Fixed build with ICU 68.2-1"
This commit is contained in:
Vincent Richard 2021-01-25 22:55:46 +01:00 committed by GitHub
commit ea9775c4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,7 +453,7 @@ void charsetFilteredOutputStream_icu::writeImpl(
ucnv_fromUnicode(
m_to, &cpTarget, cpTargetLimit,
&cpSource, cpSourceLimit, NULL, /* flush */ FALSE, &fromErr
&cpSource, cpSourceLimit, NULL, /* flush */ UBool(0), &fromErr
);
if (fromErr != U_BUFFER_OVERFLOW_ERROR && U_FAILURE(fromErr)) {