fix for 28512. checks for the mPackageFolder.

approved by cathleen.
This commit is contained in:
dougt%netscape.com 2000-02-23 07:03:21 +00:00
Родитель 4cac20b614
Коммит ab42785cd9
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -454,10 +454,16 @@ PRInt32
nsInstall::AddDirectory(const nsString& aJarSource,
PRInt32* aReturn)
{
if(mPackageFolder == nsnull)
{
*aReturn = SaveError( nsInstall::PACKAGE_FOLDER_NOT_SET );
return NS_OK;
}
return AddDirectory("",
"",
aJarSource,
nsnull,
mPackageFolder,
"",
PR_FALSE,
aReturn);