fix 17058 mac body filters, r=sspitzer

git-svn-id: svn://10.0.0.236/trunk@55697 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
1999-12-08 03:25:48 +00:00
parent c7aa643d96
commit 653960b7d1
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public:
nsMsgSearchScopeAttribute m_attribute;
char *m_name;
nsCOMPtr <nsIMsgFolder> m_folder;
nsIOFileStream *m_fileStream;
nsInputFileStream *m_fileStream;
nsCOMPtr <nsIMsgSearchAdapter> m_adapter;
PRBool m_searchServer;

View File

@@ -128,7 +128,7 @@ void nsMsgBodyHandler::OpenLocalFolder()
{
nsFileSpec path;
fileSpec->GetFileSpec(&path);
m_scope->m_fileStream = new nsIOFileStream(path);
m_scope->m_fileStream = new nsInputFileStream(path);
}
}
if (m_scope->m_fileStream)