pull/910/head
Mike Black W9MDB 2021-12-28 07:49:45 -06:00
rodzic a77f18b79a
commit 36859c33dc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1025,14 +1025,14 @@ int HAMLIB_API rig_open(RIG *rig)
#if !defined(WIN32)
#ifdef ASYNC_BUG
status = async_data_handler_start(rig);
#endif
#endif
if (status < 0)
{
port_close(&rs->rigport, rs->rigport.type.rig);
RETURNFUNC(status);
}
#endif
#endif
add_opened_rig(rig);