From c6c0c33be02c3c845d5d5336edb33767de570f05 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 30 Aug 2017 13:20:39 +0000 Subject: [PATCH] Make 73 and RR73 matching of incoming messages for exact while words git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8048 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 82f3816f4..85f690964 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3707,7 +3707,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl QString hiscall; QString hisgrid; decodedtext.deCallAndGrid(/*out*/hiscall,hisgrid); - bool is_73 = t4.filter (QRegularExpression {"73|RR73"}).size (); + bool is_73 = t4.filter (QRegularExpression {"^(73|RR73)$"}).size (); auto acceptable_73 = m_QSOProgress >= ROGER_REPORT && is_73