source:
npl/overig/libvmime/vmime-ignore-newlines.diff
@
d7191d1
Last change on this file since d7191d1 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 568 bytes |
-
libvmime-0.9.2
old new ref <word> word::parseNext(const string& 73 73 // - before the first word 74 74 // - between two encoded words 75 75 // - after the last word 76 // Always ignore newlines 76 77 string whiteSpaces; 77 78 78 79 while (pos < end && parserHelpers::isSpace(buffer[pos])) 79 80 { 80 whiteSpaces += buffer[pos]; 81 if(buffer[pos] != '\r' && buffer[pos] != '\n') // do not include newlines 82 whiteSpaces += buffer[pos]; 81 83 ++pos; 82 84 } 83 85
Note: See TracBrowser
for help on using the repository browser.