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:
asqueella%gmail.com
2007-02-17 23:18:26 +00:00
parent 0a2b2d060d
commit b9703413c2

View File

@@ -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';
}
}