fixing mac bustage

git-svn-id: svn://10.0.0.236/trunk@134242 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-11-21 03:50:46 +00:00
parent 6151b6c308
commit e8a01be9a8

View File

@@ -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