mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:16:16 +02:00
IDE: packagegraph: fixed uninitialized variable, bug #17935
git-svn-id: trunk@28228 -
This commit is contained in:
parent
d18d22986c
commit
9da1573ffb
@ -220,6 +220,7 @@ begin
|
||||
// package not found
|
||||
NodeText:=Dependency.AsString;
|
||||
NodeImgIndex:=ImgIndexMissingPackage;
|
||||
ChildPackage:=nil;
|
||||
// Todo broken packages
|
||||
end;
|
||||
// add node
|
||||
|
Loading…
Reference in New Issue
Block a user