mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +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;
|
||||
begin
|
||||
repeat
|
||||
Result := mrOK;
|
||||
try
|
||||
FXMLConfig := TCodeBufXMLConfig.CreateWithCache(Filename,false);
|
||||
except
|
||||
|
Loading…
Reference in New Issue
Block a user