"Fixed" the write_port_etc() call: it used a hardcoded 8 instead of B_RELATIVE_TIMEOUT (ts ts ts).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6234 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1785,7 +1785,7 @@ status_t BMessage::_send_(port_id port, int32 token, bool preferred,
|
|||||||
status_t err;
|
status_t err;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
err = write_port_etc(port, 'pjpp', pMem, size, 8, timeout);
|
err = write_port_etc(port, 'pjpp', pMem, size, B_RELATIVE_TIMEOUT, timeout);
|
||||||
} while (err == B_INTERRUPTED);
|
} while (err == B_INTERRUPTED);
|
||||||
if (p)
|
if (p)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user