mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
Debugger, GDBMI: Fix uninitialized result
git-svn-id: trunk@64880 -
This commit is contained in:
parent
4c1f609650
commit
b7ca687f37
@ -3386,6 +3386,7 @@ var
|
||||
esc: TGDBMIDebuggerFilenameEncoding;
|
||||
begin
|
||||
// no need to process empty filename
|
||||
Result := APath;
|
||||
if Result = '' then exit;
|
||||
|
||||
case ConvType of
|
||||
|
Loading…
Reference in New Issue
Block a user