mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-29 15:20:50 +01:00
IDE: fixed uninitialized result
git-svn-id: trunk@37346 -
This commit is contained in:
parent
f5a6bc3f9a
commit
25cee57606
@ -1275,6 +1275,7 @@ end;
|
||||
function dbgs(AFlags: TSourceNotebookUpdateFlags): string; overload;
|
||||
var i: TSourceNotebookUpdateFlag;
|
||||
begin
|
||||
Result := '';
|
||||
for i := low(TSourceNotebookUpdateFlags) to high(TSourceNotebookUpdateFlags) do
|
||||
if i in AFlags then begin
|
||||
if Result <> '' then Result := Result + ',';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user