зеркало из https://github.com/mozilla/pjs.git
try to fix stupid windows compiler bustage
This commit is contained in:
Родитель
237c43f404
Коммит
6a7f45fbe2
|
@ -872,7 +872,7 @@ nsMessenger::SaveAs(const char* url, PRBool asFile, nsIMsgIdentity* identity, ns
|
|||
{
|
||||
// ** save as Template
|
||||
nsCOMPtr<nsIFileSpec> fileSpec;
|
||||
nsFileSpec tmpFileSpec = "nsmail.tmp";
|
||||
nsFileSpec tmpFileSpec = NS_ConvertASCIItoUCS2("nsmail.tmp");
|
||||
rv = NS_NewFileSpecWithSpec(tmpFileSpec, getter_AddRefs(fileSpec));
|
||||
if (NS_FAILED(rv)) goto done;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче