kopia lustrzana https://github.com/Hamlib/Hamlib
Fix new_set_vfo_from_alias to check *vfo instead of vfo...duh...
rodzic
0588d3be3a
commit
f90c6a95ce
|
@ -7364,7 +7364,7 @@ int newcat_set_vfo_from_alias(RIG *rig, vfo_t *vfo)
|
|||
ENTERFUNC;
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: alias vfo = %s\n", __func__, rig_strvfo(*vfo));
|
||||
|
||||
if (vfo == RIG_VFO_NONE)
|
||||
if (*vfo == RIG_VFO_NONE)
|
||||
{
|
||||
int rc = rig_get_vfo(rig, vfo);
|
||||
if (rc != RIG_OK)
|
||||
|
|
Ładowanie…
Reference in New Issue