projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963e763
)
fixed XVTR rx LO save bug
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Sat, 5 Oct 2019 14:26:03 +0000
(15:26 +0100)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Sat, 5 Oct 2019 14:26:03 +0000
(15:26 +0100)
band.c
patch
|
blob
|
history
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.
txF
requencyLO",b);
+ sprintf(name,"band.%d.
f
requencyLO",b);
setProperty(name,value);
sprintf(value,"%lld",bands[b].errorLO);