Add vfo_fixup to get_vfo_info

https://github.com/Hamlib/Hamlib/issues/681
pull/691/head
Mike Black W9MDB 2021-04-27 09:43:05 -05:00
rodzic 64c2a4d4a9
commit 622257c367
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -6233,6 +6233,7 @@ int HAMLIB_API rig_get_vfo_info(RIG *rig, vfo_t vfo, freq_t *freq,
//if (vfo == RIG_VFO_CURR) { vfo = rig->state.current_vfo; }
vfo = vfo_fixup(rig,vfo);
// we can't use the cached values as some clients may only call this function
// like Log4OM which mostly does polling
TRACE;