DBG: Fixed function result forwarding

git-svn-id: trunk@28507 -
This commit is contained in:
martin 2010-11-27 12:10:06 +00:00
parent 09dad5a74c
commit 732d614598

View File

@ -256,7 +256,7 @@ var
t: Integer; t: Integer;
begin begin
t := -1; t := -1;
WaitForHandles(AHandles, t); Result := WaitForHandles(AHandles, t);
end; end;
////////////////////////////////////////////////// //////////////////////////////////////////////////