Fix conf.c to detect const structure

pull/1432/head
Mike Black W9MDB 2023-11-22 07:28:05 -06:00
rodzic 15729dfafd
commit 5d51e29d44
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -514,7 +514,7 @@ static int frontend_set_conf(RIG *rig, token_t token, const char *val)
if (!strcmp(val, "RIG"))
{
rs->pttport.type.ptt = RIG_PTT_RIG;
rig->caps->ptt_type = RIG_PTT_RIG;
caps->ptt_type = RIG_PTT_RIG;
}
else if (!strcmp(val, "RIGMICDATA"))
{