Fix a typo that was preventing EU_VHF QSOs from sequencing properly.

This commit is contained in:
Steve Franke 2018-10-14 09:54:02 -05:00
parent 972761bf47
commit ca01ae1fae

View File

@ -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();