зеркало из https://github.com/mozilla/pjs.git
fixing a warning from last checkin
This commit is contained in:
Родитель
95eff9cc70
Коммит
e0f46691a3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче