Bug 322089 - Problem handling Usenet signature separator when format=flowed, delsp=yes (RFC 3676)
(remove extraneous line-end code) p=James <mozilla.org@pidgin.org> r=mscott git-svn-id: svn://10.0.0.236/trunk@220494 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -352,10 +352,6 @@ MimeInlineTextPlainFlowed_parse_line (const char *aLine, PRInt32 length, MimeObj
|
||||
(RFC 3676) */
|
||||
{
|
||||
length--;
|
||||
while(index < length) {
|
||||
line[index] = line[index + 1];
|
||||
index++;
|
||||
}
|
||||
line[index] = '\0';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user