Debugger: improve SysVarToLStr - fix uninitialized result

This commit is contained in:
Martin 2022-06-28 15:47:57 +02:00
parent 62145cd833
commit 720538be97

View File

@ -80,6 +80,7 @@ var
CurConv: TFpDbgValueConverter;
begin
NewRes := nil;
Result := False;
if RecurseCnt = 0 then
FOuterKind := AnFpValue.Kind;