even more attempted changes for ipMIDI on windows
This commit is contained in:
parent
c92af555b4
commit
eb26cb346a
@ -257,7 +257,7 @@ IPMIDIPort::open_sockets (int base_port, const string& ifname)
|
||||
error << "cannot set non-blocking mode for IP MIDI input socket (" << ::strerror (errno) << ')' << endmsg;
|
||||
return false;
|
||||
}
|
||||
imode = 1;
|
||||
mode = 1; /* just in case it was modified in the previous call */
|
||||
if (ioctlsocket(sockout,FIONBIO,&mode)) {
|
||||
error << "cannot set non-blocking mode for IP MIDI output socket (" << ::strerror (errno) << ')' << endmsg;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user