From 05812a279b47522fdbaefb64a39437101aa12d9f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 30 Jul 2016 02:06:18 +0000 Subject: [PATCH] Change the MSK144 short-message frame size from 32 to 40 symbols. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6972 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7bbcc0370..737f7ae5b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2751,7 +2751,7 @@ void MainWindow::guiUpdate() &m_currentMessageType, &m_pchkFile[0], len1, len1, 512); if(m_restart) { int nsym=144; - if(itone[32]==-32) nsym=32; + if(itone[40]==-40) nsym=40; m_modulator->set_nsym(nsym); } }