mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 16:12:41 +02:00
laz2_dom: fixed range check
git-svn-id: trunk@35266 -
This commit is contained in:
parent
6758bba5e0
commit
820c8c29bb
@ -1998,7 +1998,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
SortedIndex := -1;
|
||||
SortedIndex := High(SortedIndex)-1;
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user