add bug # to the assertion, so people know where to add info if they can reproduce this.

This commit is contained in:
sspitzer%netscape.com 2000-04-12 06:22:14 +00:00
Родитель fc6c8a2097
Коммит d888dd675a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1450,7 +1450,7 @@ nsresult nsMsgMessageDataSource::GetThreadsFirstMessage(nsIMsgThread *thread, ns
if(NS_FAILED(rv))
return rv;
NS_ASSERTION(firstHdr,"firstHdr is null");
NS_ASSERTION(firstHdr,"firstHdr is null. can you reproduce this? add info to bug #35567");
if (!firstHdr) return NS_ERROR_FAILURE;
rv = folder->CreateMessageFromMsgDBHdr(firstHdr, message);

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

@ -1966,7 +1966,7 @@ NS_IMETHODIMP nsImapMailFolder::CreateMessageFromMsgDBHdr(nsIMsgDBHdr *msgDBHdr,
nsMsgKey key;
nsCOMPtr<nsIRDFResource> res;
NS_ASSERTION(msgDBHdr,"msgDBHdr is null");
NS_ASSERTION(msgDBHdr,"msgDBHdr is null. can you reproduce this? add info to bug #35567");
if (!msgDBHdr) return NS_ERROR_NULL_POINTER;
rv = msgDBHdr->GetMessageKey(&key);