mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
fixed reading PathDelim for packages
git-svn-id: trunk@5346 -
This commit is contained in:
parent
4a410591de
commit
a30ba72945
@ -2171,7 +2171,7 @@ begin
|
||||
Clear;
|
||||
Filename:=OldFilename;
|
||||
LockModified;
|
||||
PathDelimChanged:=XMLConfig.GetValue(Path+'PathDelim/Value','/')<>'/';
|
||||
PathDelimChanged:=XMLConfig.GetValue(Path+'PathDelim/Value','/')<>PathDelim;
|
||||
Name:=XMLConfig.GetValue(Path+'Name/Value','');
|
||||
FPackageType:=LazPackageTypeIdentToType(XMLConfig.GetValue(Path+'Type/Value',
|
||||
LazPackageTypeIdents[lptRunTime]));
|
||||
|
Loading…
Reference in New Issue
Block a user