leakview: less hints

This commit is contained in:
mattias 2024-04-13 11:04:00 +02:00
parent 66d72908dc
commit 1953dcda72

View File

@ -250,7 +250,7 @@ var
sz : Integer;
begin
sz := 32 + trace.Count * 16; // 8 hex digits for Size + 8 hex digits for Size
SetLength(Result, sz);
SetLength(Result{%H-}, sz);
HexInt64ToStr(trace.BlockSize, Result, 1);
HexInt64ToStr(hash(trace.RawStackData), Result, 17);
for i := 0 to trace.Count - 1 do