aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name <[email protected]>2021-01-23 00:03:58 +0000
committerYour Name <[email protected]>2021-01-23 00:03:58 +0000
commit7f9a0eb148fc29947a707b8f2aa5ee95666791ca (patch)
tree6786bce10d9c1ef91d5bf92694945e59c9f9f7c2
parentFixed implicit declarations and misc warnings. (diff)
downloadvmime-7f9a0eb148fc29947a707b8f2aa5ee95666791ca.tar.gz
vmime-7f9a0eb148fc29947a707b8f2aa5ee95666791ca.zip
Fixed build with ICU 68.2-1
-rw-r--r--src/vmime/charsetConverter_icu.cpp2
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)) {