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:
asqueella%gmail.com 2007-02-17 23:18:26 +00:00
Родитель e37d01d98f
Коммит 36106ab90e
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

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