mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Fix the bug with people calling CR140AA with invalid Tx1 message.
This commit is contained in:
parent
e57f5cfbc4
commit
96e589e8b1
@ -4769,6 +4769,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
t=t0;
|
||||
if(b77 and !bMyCall) t=t0b;
|
||||
if(b77 and !bHisCall) t=t0a;
|
||||
if(b77 and (t!=t0)) msgtype(t, ui->tx1);
|
||||
if(m_config.bNA_VHF_Contest()) sent=my_grid;
|
||||
if(m_config.bFieldDay()) sent=m_config.FieldDayExchange();
|
||||
if(m_config.bRTTYroundup()) {
|
||||
|
Loading…
Reference in New Issue
Block a user