From: John Melton G0ORX <john.d.melton@googlemail.com>
Date: Sat, 5 Oct 2019 14:26:03 +0000 (+0100)
Subject: fixed XVTR rx LO save bug
X-Git-Url: https://git.rkrishnan.org/pf/content/%22file:/...?a=commitdiff_plain;h=1c0ac2f1f5b4b0d7692dcf04b9f090325b6dee0c;p=pihpsdr.git

fixed XVTR rx LO save bug
---

diff --git a/band.c b/band.c
index f47a96c..3c0eeef 100644
--- 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);