mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
fixed DbgS(const p: pointer)
git-svn-id: trunk@7082 -
This commit is contained in:
parent
af3eb65c25
commit
896b40d330
@ -1098,7 +1098,7 @@ end;
|
||||
|
||||
function DbgS(const p: pointer): string;
|
||||
begin
|
||||
Result:=DbgS(p);
|
||||
Result:=HexStr(PtrInt(p),sizeof(PtrInt));
|
||||
end;
|
||||
|
||||
function DbgS(const e: extended): string;
|
||||
|
Loading…
Reference in New Issue
Block a user