зеркало из https://github.com/mozilla/pjs.git
fixing mac bustage
This commit is contained in:
Родитель
c0a8aaf4c5
Коммит
873a41dfac
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче