]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed XVTR rx LO save bug
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Sat, 5 Oct 2019 14:26:03 +0000 (15:26 +0100)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Sat, 5 Oct 2019 14:26:03 +0000 (15:26 +0100)
band.c

diff --git a/band.c b/band.c
index f47a96c590bd7930d7ddcd2b2dc94a3f64a65ddd..3c0eeef79a53a2cd7b74e1c8d126846ea6abf320 100644 (file)
--- a/band.c
+++ b/band.c
@@ -451,7 +451,7 @@ void bandSaveState() {
         setProperty(name,value);
 
         sprintf(value,"%lld",bands[b].frequencyLO);
-        sprintf(name,"band.%d.txFrequencyLO",b);
+        sprintf(name,"band.%d.frequencyLO",b);
         setProperty(name,value);
 
         sprintf(value,"%lld",bands[b].errorLO);