Parcourir la source

* fixed typo

git-svn-id: trunk@4473 -
florian il y a 19 ans
Parent
commit
5660a9e875
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/inc/objects.pp

+ 1 - 1
rtl/inc/objects.pp

@@ -2222,7 +2222,7 @@ BEGIN
    L := 0;                                            { Start count }
    H := Count - 1;                                    { End count }
    Index := 0;
-   if H<=0 then
+   if Count=0 then
      exit;
    While (L <= H) Do Begin
      I := (L + H) SHR 1;                              { Mid point }