fixing mac bustage
git-svn-id: svn://10.0.0.236/trunk@134242 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2355,7 +2355,7 @@ nsMsgComposeAndSend::AddCompFieldRemoteAttachments(PRUint32 aStartLocation,
|
||||
else
|
||||
(*aMailboxCount)++;
|
||||
|
||||
m_attachments[newLoc].m_uri = strdup(url.get());
|
||||
m_attachments[newLoc].m_uri = PL_strdup(url.get());
|
||||
m_attachments[newLoc].mURL = nsnull;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user