mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 00:19:57 +02:00
parent
bd667b6959
commit
680a928fcb
@ -255,7 +255,7 @@ end;
|
||||
procedure TPackageLink.SetFilename(const AValue: string);
|
||||
begin
|
||||
if FFilename=AValue then exit;
|
||||
FFilename:=CleanAndExpandFilename(AValue);
|
||||
FFilename:=TrimFilename(AValue);
|
||||
end;
|
||||
|
||||
constructor TPackageLink.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user