fixing a warning from last checkin

This commit is contained in:
naving%netscape.com 2002-05-17 22:29:51 +00:00
Родитель 95eff9cc70
Коммит e0f46691a3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -332,7 +332,7 @@ void nsMailDatabase::UpdateFolderFlag(nsIMsgDBHdr *mailHdr, PRBool bSet,
MsgFlags flag, nsIOFileStream **ppFileStream)
{
static char buf[50];
PRInt32 folderStreamPos; //saves the folderStream pos in case we are sharing the stream with other code
PRInt32 folderStreamPos = 0; //saves the folderStream pos in case we are sharing the stream with other code
nsIOFileStream *fileStream = (m_folderStream) ? m_folderStream : *ppFileStream;
//#ifdef GET_FILE_STUFF_TOGETHER
#ifdef XP_MAC