kopia lustrzana https://github.com/Hamlib/Hamlib
Fix ft991.c set_split_mode
rodzic
d21ce1a4cd
commit
2098789118
|
@ -352,7 +352,7 @@ int ft991_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode,
|
|||
return err;
|
||||
}
|
||||
|
||||
strncpy(restore_commands, priv->ret_data, NEWCAT_DATA_LEN);
|
||||
strncat(restore_commands, priv->ret_data, NEWCAT_DATA_LEN-1);
|
||||
|
||||
/* Change mode on VFOA */
|
||||
if (RIG_OK != (err = newcat_set_mode(rig, RIG_VFO_A, tx_mode,
|
||||
|
|
Ładowanie…
Reference in New Issue