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:
@@ -821,7 +821,7 @@ mime_generate_attachment_headers (const char *type,
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
nsCString buf("");
|
||||
nsCString buf;
|
||||
|
||||
NS_ASSERTION (encoding, "null encoding");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user