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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user