From cd06477f860861e8c87ec2e15b45c97363d194bd Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sun, 3 Dec 2017 22:00:00 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index cf3540a40..fd0ee72a0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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 (ft8msgbits), const_cast (itone), 22, 6, 22); }