laz2_dom: fixed range check

git-svn-id: trunk@35266 -
This commit is contained in:
mattias 2012-02-09 12:19:05 +00:00
parent 6758bba5e0
commit 820c8c29bb

View File

@ -1998,7 +1998,7 @@ begin
end;
end;
end;
SortedIndex := -1;
SortedIndex := High(SortedIndex)-1;
Result := False;
end;