Part of Bug #258005 --> get rid of the empty string initialization of buf

that was part of the original patch.
This commit is contained in:
scott%scott-macgregor.org 2004-09-10 21:56:41 +00:00
Родитель 6e81d6a7df
Коммит 618f73ca60
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -821,7 +821,7 @@ mime_generate_attachment_headers (const char *type,
{
nsresult rv;
nsCString buf("");
nsCString buf;
NS_ASSERTION (encoding, "null encoding");