зеркало из 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
|
else
|
||||||
(*aMailboxCount)++;
|
(*aMailboxCount)++;
|
||||||
|
|
||||||
m_attachments[newLoc].m_uri = strdup(url.get());
|
m_attachments[newLoc].m_uri = PL_strdup(url.get());
|
||||||
m_attachments[newLoc].mURL = nsnull;
|
m_attachments[newLoc].mURL = nsnull;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче