From d20979f8e9692efb13fe9b1450f6bc5915c86ef5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 30 Jul 2016 20:20:54 +0000 Subject: [PATCH] Correct the value of nsym for sending an MSK144 short message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6979 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 737f7ae5b..fad5cc45c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4910,7 +4910,7 @@ void MainWindow::transmit (double snr) if(itone[35] < 0) nsym=35; } else { nsym=NUM_MSK144_SYMBOLS; - if(itone[32] < 0) nsym=32; + if(itone[40] < 0) nsym=40; } Q_EMIT sendMessage (nsym, double(m_nsps), f0, m_toneSpacing, m_soundOutput, m_config.audio_output_channel (),