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

that was part of the original patch.


git-svn-id: svn://10.0.0.236/trunk@162107 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-09-10 21:56:41 +00:00
parent 1ab960ef62
commit cdcf3ea97e

View File

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