* high(fdata) can be -1 for empty array -> loopcounter signed, patch by

Bernd Kreuss mantis #39179

git-svn-id: trunk@49584 -
This commit is contained in:
marco 2021-07-08 08:12:49 +00:00
parent 86ac03e07e
commit 76765c64a0

View File

@ -213,7 +213,7 @@ end;
procedure TDeque.ClearData;
var
i: SizeUint;
i: SizeInt;
begin
if IsManagedType(T) then
for i := Low(FData) to High(FData) do