mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
even more attempted changes for ipMIDI on windows
This commit is contained in:
parent
c92af555b4
commit
eb26cb346a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue