* Fixed AV

git-svn-id: trunk@35820 -
This commit is contained in:
joost 2017-04-17 11:16:06 +00:00
parent 74f952324f
commit 5051a0ccc5

View File

@ -437,7 +437,7 @@ begin
Error(SErrInstallationImpossible,[PackageName, InstallRepo.RepositoryName]);
else if ForceInstall then
begin
log(llDebug,SDbgForcePackageInstall,[P.Name]);
log(llDebug,SDbgForcePackageInstall,[PackageName]);
ExecuteAction(PackageName,'fpmakeinstall');
end;
end;