Copy and paste bug. Fixes #2576.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26850 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -717,7 +717,7 @@ IORequest::Wait(uint32 flags, bigtime_t timeout)
|
||||
|
||||
locker.Unlock();
|
||||
|
||||
status_t error = entry.Wait(B_CAN_INTERRUPT);
|
||||
status_t error = entry.Wait(flags, timeout);
|
||||
if (error != B_OK)
|
||||
return error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user