зеркало из https://github.com/mozilla/gecko-dev.git
fix for 28512. checks for the mPackageFolder.
approved by cathleen.
This commit is contained in:
Родитель
4cac20b614
Коммит
ab42785cd9
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче