mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +02:00
fixed uninitialized value
git-svn-id: trunk@9833 -
This commit is contained in:
parent
000d18d662
commit
b2cade9a41
@ -573,10 +573,11 @@ var
|
||||
APackage: TLazPackage;
|
||||
begin
|
||||
Ok:=false;
|
||||
PkgList:=nil;
|
||||
try
|
||||
// create new auto install dependency PkgIDList
|
||||
ListPkgIDToDependencyList(PkgIDList,NewFirstAutoInstallDependency,
|
||||
pdlRequires,Self,true);
|
||||
pdlRequires,Self,true);
|
||||
|
||||
// get all required packages
|
||||
if LoadDependencyList(NewFirstAutoInstallDependency)<>mrOk then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user