IDE: fixed loading environment variable overrides from the project file (lpi), when using a lps file too.

git-svn-id: trunk@13943 -
This commit is contained in:
vincents 2008-02-01 15:17:13 +00:00
parent 80a239232c
commit adb8e77d8c

View File

@ -232,7 +232,6 @@ function TRunParamsOptions.Load(XMLConfig: TXMLConfig; const Path: string;
var
i, Cnt: integer;
begin
fUserOverrides.Clear;
Cnt := XMLConfig.GetValue(APath + 'Count', 0);
for i := 0 to Cnt - 1 do
begin