mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
Debugger: improve SysVarToLStr - fix uninitialized result
This commit is contained in:
parent
62145cd833
commit
720538be97
@ -80,6 +80,7 @@ var
|
||||
CurConv: TFpDbgValueConverter;
|
||||
begin
|
||||
NewRes := nil;
|
||||
Result := False;
|
||||
if RecurseCnt = 0 then
|
||||
FOuterKind := AnFpValue.Kind;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user