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:
wp_xxyyzz 2019-08-15 16:59:40 +00:00
parent c4704cf800
commit a1ac8efd03

View File

@ -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