зеркало из https://github.com/mozilla/pjs.git
fix unix bustage - can't construct objects and pass them as & parameters at the same time
This commit is contained in:
Родитель
acabbd6899
Коммит
134ab872e6
|
@ -127,7 +127,8 @@ nsPop3Sink::BeginMailDelivery(PRBool* aBool)
|
|||
PR_WRONLY | PR_CREATE_FILE | PR_APPEND);
|
||||
|
||||
// create a new mail parser
|
||||
m_newMailParser = new nsParseNewMailState(NULL, nsFilePath(path));
|
||||
nsFilePath parsePath(path);
|
||||
m_newMailParser = new nsParseNewMailState(nsnull, parsePath);
|
||||
PR_FREEIF(path);
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Загрузка…
Ссылка в новой задаче