Fix RIG_TRN again in newcat.c

pull/426/head
Michael Black W9MDB 2020-10-25 17:29:11 -05:00
rodzic 2eb2241315
commit ad77e23fe5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -438,7 +438,7 @@ int newcat_open(RIG *rig)
/* Currently we cannot cope with AI mode so turn it off in case /* Currently we cannot cope with AI mode so turn it off in case
last client left it on */ last client left it on */
if (priv->trn_state >= 0) if (priv->trn_state > 0)
{ {
newcat_set_trn(rig, RIG_TRN_OFF); newcat_set_trn(rig, RIG_TRN_OFF);
} /* ignore status in case it's not supported */ } /* ignore status in case it's not supported */