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:
Steven Franke 2017-12-03 22:00:00 +00:00
parent 56675b1e2f
commit cd06477f86

View File

@ -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);
}