mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Fix a typo that was preventing EU_VHF QSOs from sequencing properly.
This commit is contained in:
parent
972761bf47
commit
ca01ae1fae
@ -4286,7 +4286,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
|||||||
|| dtext.contains (" " + m_baseCall + "/")
|
|| dtext.contains (" " + m_baseCall + "/")
|
||||||
|| (firstcall == "DE")) {
|
|| (firstcall == "DE")) {
|
||||||
QString w2="";
|
QString w2="";
|
||||||
if(message_words.size()>=3) message_words.at(2);
|
if(message_words.size()>=3) w2=message_words.at(2);
|
||||||
QString w34="";
|
QString w34="";
|
||||||
if(message_words.size()>=4) w34=message_words.at(3);
|
if(message_words.size()>=4) w34=message_words.at(3);
|
||||||
int nrpt=w2.toInt();
|
int nrpt=w2.toInt();
|
||||||
|
Loading…
Reference in New Issue
Block a user