mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Prevent a crash on MacOS, due to uninitialized i3bit.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8280 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
56675b1e2f
commit
cd06477f86
@ -3340,6 +3340,7 @@ void MainWindow::guiUpdate()
|
|||||||
foxcom_.nslots=m_Nslots;
|
foxcom_.nslots=m_Nslots;
|
||||||
foxgen_();
|
foxgen_();
|
||||||
} else {
|
} else {
|
||||||
|
m_i3bit=0;
|
||||||
genft8_(message, MyGrid, &bcontest, &m_i3bit, msgsent, const_cast<char *> (ft8msgbits),
|
genft8_(message, MyGrid, &bcontest, &m_i3bit, msgsent, const_cast<char *> (ft8msgbits),
|
||||||
const_cast<int *> (itone), 22, 6, 22);
|
const_cast<int *> (itone), 22, 6, 22);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user