JT4 end-of-line flag "f*" is now properly displayed in the Avg Msg window.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6690 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-05-23 20:34:01 +00:00
parent da61a82db7
commit d865186de3
1 changed files with 1 additions and 1 deletions

View File

@ -2082,7 +2082,7 @@ void MainWindow::readFromStdout() //readFromStdout
char c = tt.data()->toLatin1();
if(int(c)>=65 and int(c)<=90) navg=int(c)-54;
}
if(navg>1) bAvgMsg=true;
if(navg>1 or t.indexOf("f*")>0) bAvgMsg=true;
}
}
if(t.indexOf("<DecodeFinished>") >= 0) {