Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 1e531386b1524e1d547ff22db743e9d0 > files > 10

libvmime-0.9.1-1.mga2.src.rpm

--- svn/src/word.cpp	(revision 581)
+++ svn/src/word.cpp	(working copy)
@@ -386,7 +386,7 @@
 
 		maxRunLength = std::max(maxRunLength, curRunLength);
 
-		if (maxRunLength >= maxLineLength - 3)
+		if (((flags & text::FORCE_NO_ENCODING) == 0) && maxRunLength >= maxLineLength - 3)
 		{
 			// Generate with encoding forced
 			generate(os, maxLineLength, curLinePos, newLinePos, flags | text::FORCE_ENCODING, state);