projectgroups: fixed saving unchanged xml files

git-svn-id: trunk@62111 -
This commit is contained in:
mattias 2019-10-22 15:12:35 +00:00
parent f46c547347
commit 80fe294d91

View File

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