зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
e37d01d98f
Коммит
36106ab90e
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче