mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-03 18:08:40 -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;
|
||||
foxgen_();
|
||||
} else {
|
||||
m_i3bit=0;
|
||||
genft8_(message, MyGrid, &bcontest, &m_i3bit, msgsent, const_cast<char *> (ft8msgbits),
|
||||
const_cast<int *> (itone), 22, 6, 22);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user