mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 00:18:57 +01:00
DBG: Fixed function result forwarding
git-svn-id: trunk@28507 -
This commit is contained in:
parent
09dad5a74c
commit
732d614598
@ -256,7 +256,7 @@ var
|
|||||||
t: Integer;
|
t: Integer;
|
||||||
begin
|
begin
|
||||||
t := -1;
|
t := -1;
|
||||||
WaitForHandles(AHandles, t);
|
Result := WaitForHandles(AHandles, t);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user