mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
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:
parent
315bb1387e
commit
b6ec435152
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user