kopia lustrzana https://github.com/Hamlib/Hamlib
Fix segfault in conf.c on TOK_PTT_TYPE
rodzic
bb87d92f43
commit
15729dfafd
|
@ -237,7 +237,7 @@ static const struct confparams frontend_serial_cfg_params[] =
|
||||||
*/
|
*/
|
||||||
static int frontend_set_conf(RIG *rig, token_t token, const char *val)
|
static int frontend_set_conf(RIG *rig, token_t token, const char *val)
|
||||||
{
|
{
|
||||||
const struct rig_caps *caps;
|
struct rig_caps *caps;
|
||||||
struct rig_state *rs;
|
struct rig_state *rs;
|
||||||
long val_i;
|
long val_i;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue