Small patch to clear up warning on f0 not being initialized. Seems 0 is the
desired default.
@@ -4306,7 +4312,7 @@
if(isun==2) s=m_sunsetBands;
if(isun==3) s=m_nightBands;
- Frequency f0;
+ Frequency f0=0;
iband=-1;
for(i=0; i<s.length(); i++) { //See if designated band is
active
if(s.at(i)==bandName[iband0]) {
73
Mike W9MDB
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel