From ada3b2f52e30671fb7e97de9c1e35ef965c8b16f Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Sat, 4 Dec 2021 19:10:20 +0100 Subject: [PATCH] typo fixed --- vfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vfo.c b/vfo.c index 35bcf59..f5d865e 100644 --- a/vfo.c +++ b/vfo.c @@ -1510,9 +1510,9 @@ void vfo_set_frequency(int v,long long f) { if (vfo[v].ctun) { vfo[v].ctun=FALSE; vfo[v].offset=0; - vfo[v].ctun_frequency=vfo[v].frequency); + vfo[v].ctun_frequency=vfo[v].frequency; } } radio_band_changed(); - g_idle_add(vfo_update, NULL); + g_idle_add(ext_vfo_update, NULL); } -- 2.45.2