IDE: Initialize the Result variable in TProject.DoWrite. Issue #26406, patch from C Western

git-svn-id: trunk@45720 -
This commit is contained in:
juha 2014-06-28 20:07:10 +00:00
parent 2710701803
commit f2bd861d5e

View File

@ -3227,6 +3227,7 @@ var
Msg: String; Msg: String;
begin begin
repeat repeat
Result := mrOK;
try try
FXMLConfig := TCodeBufXMLConfig.CreateWithCache(Filename,false); FXMLConfig := TCodeBufXMLConfig.CreateWithCache(Filename,false);
except except