mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
projectgroups: fixed saving unchanged xml files
git-svn-id: trunk@62111 -
This commit is contained in:
parent
f46c547347
commit
80fe294d91
@ -341,6 +341,7 @@ begin
|
||||
end;
|
||||
try
|
||||
Result:=TXMLConfig.CreateWithSource(aFilename,Code.Source);
|
||||
Result.Modified:=false;
|
||||
except
|
||||
on E: Exception do begin
|
||||
debugln(['Error: (lazarus) [TIDECompileTarget.LoadXML] xml syntax error in "',aFilename,'": '+E.Message]);
|
||||
|
Loading…
Reference in New Issue
Block a user