kopia lustrzana https://github.com/Hamlib/Hamlib
Fix termios to return timeout value when timeout occurs
rodzic
7d8ad6f47c
commit
b7ee4109ca
|
@ -3295,6 +3295,7 @@ int win32_serial_select( int n, fd_set *readfds, fd_set *writefds,
|
|||
goto fail;
|
||||
}
|
||||
}
|
||||
goto timeout;
|
||||
}
|
||||
#endif
|
||||
while ( wait == WAIT_TIMEOUT && index->sol.hEvent )
|
||||
|
|
Ładowanie…
Reference in New Issue