mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:30:32 +02:00
parent
1c0c944311
commit
a7963d7877
@ -85,7 +85,7 @@ begin
|
||||
end;
|
||||
|
||||
class procedure TOrderingArrayUtils.Sortrange(var Arr:TArr; Start,Fin,d:SizeUInt);
|
||||
var pivot,temp:Tvalue; i,j,k,l:SizeUInt;
|
||||
var pivot,temp:Tvalue; i,j,k,l:SizeInt;
|
||||
begin
|
||||
if (Fin-Start) <= InsertSortThreshold then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user