Added a null test
This commit is contained in:
Родитель
20752a6353
Коммит
7da73546db
|
@ -325,6 +325,8 @@ void nsInputFileStream::AssignFrom(nsISupports* stream)
|
|||
nsOutputFileStream::nsOutputFileStream(nsIFileSpec* inSpec)
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
if (!inSpec)
|
||||
return;
|
||||
nsIOutputStream* stream;
|
||||
if (NS_FAILED(inSpec->GetOutputStream(&stream)))
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче