mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
11 lines
383 B
Diff
11 lines
383 B
Diff
diff -Nurb libvmime-0.7.1.orig/src/word.cpp libvmime-0.7.1/src/word.cpp
|
|
--- libvmime-0.7.1.orig/src/word.cpp 2007-01-26 14:44:10.251563000 +0100
|
|
+++ libvmime-0.7.1/src/word.cpp 2007-01-26 14:45:01.074739500 +0100
|
|
@@ -91,6 +91,7 @@
|
|
unencoded += ' ';
|
|
|
|
startPos = pos;
|
|
+ continue;
|
|
}
|
|
// Start of an encoded word
|
|
else if (pos + 8 < end && // 8 = "=?(.+)?(.+)?(.*)?="
|