From b6ec4351520fa5d3f7deb04687cde646af60fe18 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 25 Jul 2017 16:51:49 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index f8d43994a..603cc20fd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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") {