Exclude all decode quality markers from internal decode parsing and matching

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7944 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-07-25 16:51:49 +00:00
parent 315bb1387e
commit b6ec435152
1 changed files with 1 additions and 1 deletions

View File

@ -3611,7 +3611,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl
ntsec = ntsec + t2.mid(4,2).toInt();
t2a = t2.left (4) + t2.mid (6); //Change hhmmss to hhmm for the message parser
}
t2a = t2.left (45); // strip any quality info trailing the
t2a = t2.left (44); // strip any quality info trailing the
// decoded message
if(m_bFastMode or m_mode=="FT8") {