mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
* change Result of CheckSynchronize to true when at least one method was executed (matches with both FPC and Delphi documentation)
This commit is contained in:
parent
5fe8fbd43a
commit
e774a6275c
@ -564,6 +564,8 @@ begin
|
||||
tmpentry := PopThreadQueueHead;
|
||||
while Assigned(tmpentry) do
|
||||
begin
|
||||
{ at least one method is handled, so return true }
|
||||
result := true;
|
||||
{ step 2: execute the method }
|
||||
exceptobj := Nil;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user