You've already forked lazarus-ccr
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:
@ -2565,7 +2565,7 @@ begin
|
|||||||
while (ApptsExamined < FData[MapRow, -1]) and not Result do
|
while (ApptsExamined < FData[MapRow, -1]) and not Result do
|
||||||
begin
|
begin
|
||||||
Test := FData[MapRow, MapCol];
|
Test := FData[MapRow, MapCol];
|
||||||
if Test > 0 then
|
if Test <> 0 then
|
||||||
begin
|
begin
|
||||||
Inc(ApptsExamined);
|
Inc(ApptsExamined);
|
||||||
if Test = NativeInt(Appt) then
|
if Test = NativeInt(Appt) then
|
||||||
|
Reference in New Issue
Block a user