mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 14:57:10 +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;
|
||||
begin
|
||||
t := -1;
|
||||
WaitForHandles(AHandles, t);
|
||||
Result := WaitForHandles(AHandles, t);
|
||||
end;
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
Loading…
Reference in New Issue
Block a user