This commit is contained in:
rickg%netscape.com 1999-05-04 06:48:45 +00:00
Родитель ca4dc736b3
Коммит 3c61a124f6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2358,7 +2358,7 @@ nsIMsgDBHdr *nsMsgDatabase::GetMsgHdrForMessageID(nsString2 &msgID)
mdbYarn messageIdYarn;
messageIdYarn.mYarn_Buf = msgID.GetBuffer();
messageIdYarn.mYarn_Buf = (void*)msgID.GetBuffer();
messageIdYarn.mYarn_Fill = PL_strlen(msgID.GetBuffer());
messageIdYarn.mYarn_Form = 0;
messageIdYarn.mYarn_Size = messageIdYarn.mYarn_Fill;