diff options
author | Your Name <[email protected]> | 2021-01-23 00:35:08 +0000 |
---|---|---|
committer | Your Name <[email protected]> | 2021-01-23 00:35:08 +0000 |
commit | 9116feac76a47d141679cede6fb4ccd4878e9984 (patch) | |
tree | 6380f13a713a34a3b749ca3b5833ef4dea6cc7af | |
parent | Fixed build with ICU 68.2-1 (diff) | |
download | vmime-9116feac76a47d141679cede6fb4ccd4878e9984.tar.gz vmime-9116feac76a47d141679cede6fb4ccd4878e9984.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 22dd0df4..56394797 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 */ UBOOL(0), &fromErr + &cpSource, cpSourceLimit, NULL, /* flush */ UBool(0), &fromErr ); if (fromErr != U_BUFFER_OVERFLOW_ERROR && U_FAILURE(fromErr)) { |