aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vmime/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/text.cpp b/src/vmime/text.cpp
index 930a9866..0722be02 100644
--- a/src/vmime/text.cpp
+++ b/src/vmime/text.cpp
@@ -427,7 +427,7 @@ void text::fixBrokenWords(std::vector <shared_ptr <word> >& words)
try
{
- w1->getCharset().isValidText(w1->getBuffer(), NULL);
+ valid = w1->getCharset().isValidText(w1->getBuffer(), NULL);
}
catch (vmime::exceptions::charset_conv_error& e)
{