fixing comment from last checkin

This commit is contained in:
naving%netscape.com 2002-10-09 02:54:23 +00:00
Родитель fd72397d3a
Коммит 7b85e6c79f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -308,7 +308,7 @@ PRBool nsMailDatabase::SetHdrFlag(nsIMsgDBHdr *msgHdr, PRBool bSet, MsgFlags fla
nsIOFileStream *fileStream = NULL;
PRBool ret = PR_FALSE;
if (!m_folderStream) //we are going to create a stream so try to get the lock
if (!m_folderStream) //we are going to create a stream, bail out if someone else has lock
{
PRBool isLocked;
m_folder->GetLocked(&isLocked);