From 5051a0ccc5bb2053396f3cf765deb6e86921ccf5 Mon Sep 17 00:00:00 2001 From: joost Date: Mon, 17 Apr 2017 11:16:06 +0000 Subject: [PATCH] * Fixed AV git-svn-id: trunk@35820 - --- packages/fppkg/src/pkgcommands.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fppkg/src/pkgcommands.pp b/packages/fppkg/src/pkgcommands.pp index 96d879f32b..e33d79696e 100644 --- a/packages/fppkg/src/pkgcommands.pp +++ b/packages/fppkg/src/pkgcommands.pp @@ -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;