fixed reading PathDelim for packages

git-svn-id: trunk@5346 -
This commit is contained in:
mattias 2004-03-29 11:00:14 +00:00
parent 4a410591de
commit a30ba72945

View File

@ -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]));