]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
PSK bug
authorPA3GSB <admin@pa3gsb.nl>
Sat, 18 Feb 2017 15:44:27 +0000 (16:44 +0100)
committerPA3GSB <admin@pa3gsb.nl>
Sat, 18 Feb 2017 15:44:27 +0000 (16:44 +0100)
radio.c

diff --git a/radio.c b/radio.c
index 203b793b64d060889837f32cb8f50d51b6124fb3..16a3f12b852fdbef376beb1c2aee47a57d63e5ec 100644 (file)
--- a/radio.c
+++ b/radio.c
@@ -494,7 +494,7 @@ fprintf(stderr,"start save timer\n");
   save_timer_id=gdk_threads_add_timeout(30000, save_cb, NULL);
 
 #ifdef PSK
-  if(active_receiver->mode==modePSK) {
+  if(vfo[active_receiver->id].mode==modePSK) {
     show_psk();
   } else {
     show_waterfall();