No need to test FT4 and FT8 messages for trailing "f" or "d" indicators.

This commit is contained in:
Joe Taylor 2019-05-24 11:04:30 -04:00
parent d5cd9db696
commit a521000775
1 changed files with 1 additions and 1 deletions

View File

@ -3070,7 +3070,7 @@ void MainWindow::readFromStdout() //readFromStdout
}
return;
} else {
if(m_mode=="JT4" or m_mode=="JT65" or m_mode=="QRA64" or m_mode=="FT8" or m_mode=="FT4") {
if(m_mode=="JT4" or m_mode=="JT65" or m_mode=="QRA64") {
int n=line_read.indexOf("f");
if(n<0) n=line_read.indexOf("d");
if(n>0) {