Thanks for the feedback. Can you tell me why this if statement exists:
if (poll(&fds, 1, timeout) > 0)
{
...
}
else
break;
It appears to be at fault.
John
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
