mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 21:27:42 +01:00
FpDbg: Fixed problem with uninitialized variable
git-svn-id: trunk@44491 -
This commit is contained in:
parent
e6f28409e4
commit
4613232478
@ -129,6 +129,7 @@ var
|
||||
i: Int64;
|
||||
p: PByte;
|
||||
begin
|
||||
Result := '';
|
||||
if ASize > 8
|
||||
then begin
|
||||
Result := 'HexValue: size to large';
|
||||
@ -136,7 +137,6 @@ begin
|
||||
end;
|
||||
if ASize = 0
|
||||
then begin
|
||||
Result := '';
|
||||
Exit;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user