Debugger, GDBMI: Fix uninitialized result

git-svn-id: trunk@64880 -
This commit is contained in:
martin 2021-03-28 13:18:05 +00:00
parent 4c1f609650
commit b7ca687f37

View File

@ -3386,6 +3386,7 @@ var
esc: TGDBMIDebuggerFilenameEncoding;
begin
// no need to process empty filename
Result := APath;
if Result = '' then exit;
case ConvType of