Explorar o código

Merged revisions 4473 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

r4473 (florian)
* fixed typo

git-svn-id: branches/fixes_2_0@4474 -

florian %!s(int64=19) %!d(string=hai) anos
pai
achega
29c370bc81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }