mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
LazConfig, fix path pre-fixing
git-svn-id: trunk@32782 -
This commit is contained in:
parent
011643ec2a
commit
8518eb661d
@ -672,7 +672,8 @@ var
|
||||
PropCount,i : integer;
|
||||
PropList : PPropList;
|
||||
begin
|
||||
Path := ExtendPath(Path);
|
||||
// Do Not extebd the path, individual SetValue will be called, and Extend it
|
||||
//Path := ExtendPath(Path);
|
||||
PropCount:=GetPropList(Obj,PropList);
|
||||
if PropCount>0 then begin
|
||||
try
|
||||
@ -690,7 +691,8 @@ var
|
||||
PropCount,i : integer;
|
||||
PropList : PPropList;
|
||||
begin
|
||||
Path := ExtendPath(Path);
|
||||
// Do Not extebd the path, individual SetValue will be called, and Extend it
|
||||
//Path := ExtendPath(Path);
|
||||
PropCount:=GetPropList(Obj,PropList);
|
||||
if PropCount>0 then begin
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user