mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:29:21 +02:00
IDE: Initialize the Result variable in TProject.DoWrite. Issue #26406, patch from C Western
git-svn-id: trunk@45720 -
This commit is contained in:
parent
2710701803
commit
f2bd861d5e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user