From daf56b5186370a09eb360b0bf2a2f36c09db31a6 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 7 Oct 2016 17:52:48 +0000 Subject: [PATCH] Failed to save before commit. Fixed now. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7162 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/genwspr.f90 | 1 - mainwindow.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/genwspr.f90 b/lib/genwspr.f90 index 8d395dfe2..d1d5183b6 100644 --- a/lib/genwspr.f90 +++ b/lib/genwspr.f90 @@ -19,7 +19,6 @@ subroutine genwspr(message,msgsent,itone) 0,0/ call wqencode(message,ntype,data0) !Source encoding - nbytes=(50+31+7)/8 call encode232(data0,162,symbol) !Convolutional encoding call inter_wspr(symbol,1) !Interleaving do i=1,162 diff --git a/mainwindow.cpp b/mainwindow.cpp index 2973c7537..96b520862 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2313,7 +2313,7 @@ void::MainWindow::fast_decode_done() QString msg0; dec_data.params.nagain=false; dec_data.params.ndiskdat=false; - if(m_msg[i][0]==0) m_bDecoded=false; + if(m_msg[0][0]==0) m_bDecoded=false; for(int i=0; i<100; i++) { int i1=msg0.indexOf(m_baseCall); int i2=msg0.indexOf(m_hisCall);