mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 00:47:52 +02:00
* 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:
parent
86ac03e07e
commit
76765c64a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user