mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix a blunder in sending old-style messages: if isync=1, then necessarily i3=0.
This commit is contained in:
parent
2c5dd053f3
commit
a2128e50f9
@ -3493,6 +3493,7 @@ void MainWindow::guiUpdate()
|
||||
m_isync=1;
|
||||
if(!m_config.bGenerate77() and itype == 6 and (m_i3>0 or m_n3>0)) m_isync=2;
|
||||
if(m_config.bGenerate77()) m_isync=2;
|
||||
if(m_isync==1) m_i3=0;
|
||||
char ft8msgbits[77];
|
||||
genft8_(message, &m_i3, &m_n3, &m_isync, msgsent,
|
||||
const_cast<char *> (ft8msgbits), const_cast<int *> (itone), 37, 37);
|
||||
|
Loading…
Reference in New Issue
Block a user