jvcllaz: Update to include issues #6595 of the jvcl bugtracker.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
c4704cf800
commit
a1ac8efd03
@ -2565,7 +2565,7 @@ begin
|
||||
while (ApptsExamined < FData[MapRow, -1]) and not Result do
|
||||
begin
|
||||
Test := FData[MapRow, MapCol];
|
||||
if Test > 0 then
|
||||
if Test <> 0 then
|
||||
begin
|
||||
Inc(ApptsExamined);
|
||||
if Test = NativeInt(Appt) then
|
||||
|
Loading…
Reference in New Issue
Block a user