From 185901e518b58646ffa193b8531b5a212e45f5dc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 22 Apr 2020 13:08:45 -0400 Subject: [PATCH] Auto-sequences QSOs with EU VHF Contest messages now work OK. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index bd37cd9f4..ba407e2af 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3374,7 +3374,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler if(w2=="R") nrpt=w.at(3).toInt(); } bool bEU_VHF=(nrpt>=520001 and nrpt<=594000); - if(bEU_VHF and message.string().contains(m_config.my_callsign() + " ")) { + if(bEU_VHF and message.string().contains("<"+m_config.my_callsign() + "> ")) { m_xRcvd=message.string().trimmed().right(13); } if (m_auto