Michael Black W9MDB 2020-10-10 10:50:24 -05:00
rodzic 0f23261792
commit 6981f6e9c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3903,7 +3903,7 @@ int newcat_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
return -RIG_ENAVAIL;
}
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "XT%d9%c", status ? 1 : 0,
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "XT%d%c", status ? 1 : 0,
cat_term);
break;