diff options
author | Your Name <[email protected]> | 2021-01-23 00:03:58 +0000 |
---|---|---|
committer | Your Name <[email protected]> | 2021-01-23 00:03:58 +0000 |
commit | 7f9a0eb148fc29947a707b8f2aa5ee95666791ca (patch) | |
tree | 6786bce10d9c1ef91d5bf92694945e59c9f9f7c2 | |
parent | Fixed implicit declarations and misc warnings. (diff) | |
download | vmime-7f9a0eb148fc29947a707b8f2aa5ee95666791ca.tar.gz vmime-7f9a0eb148fc29947a707b8f2aa5ee95666791ca.zip |
Fixed build with ICU 68.2-1
-rw-r--r-- | src/vmime/charsetConverter_icu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/charsetConverter_icu.cpp b/src/vmime/charsetConverter_icu.cpp index cc74be98..22dd0df4 100644 --- a/src/vmime/charsetConverter_icu.cpp +++ b/src/vmime/charsetConverter_icu.cpp @@ -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)) { |