From ca01ae1fae940952855455137fe00e0f3e335b2d Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Sun, 14 Oct 2018 09:54:02 -0500 Subject: [PATCH] Fix a typo that was preventing EU_VHF QSOs from sequencing properly. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1ace71dc8..e06532c22 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4286,7 +4286,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie || dtext.contains (" " + m_baseCall + "/") || (firstcall == "DE")) { QString w2=""; - if(message_words.size()>=3) message_words.at(2); + if(message_words.size()>=3) w2=message_words.at(2); QString w34=""; if(message_words.size()>=4) w34=message_words.at(3); int nrpt=w2.toInt();