Fix for when messages do not have message id's

This commit is contained in:
rhp%netscape.com 1999-05-10 21:59:59 +00:00
Родитель 7ddfe8a6e9
Коммит 62c22efe0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ nsresult
nsMimeEmitter::WriteXMLHeader(const char *msgID)
{
if ( (!msgID) || (!*msgID) )
return NS_ERROR_FAILURE;
msgID = "none";
char *newValue = nsEscapeHTML(msgID);
if (!newValue)