From 15eb4e279687dd08be3be7e0728da0d515c994a9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 7 Oct 2016 16:51:50 +0000 Subject: [PATCH] Adjust the handling of "Save Decoded". (It is correct, yet,for all cases?) git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7161 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index e59a872f6..2973c7537 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; - m_bDecoded=false; + if(m_msg[i][0]==0) m_bDecoded=false; for(int i=0; i<100; i++) { int i1=msg0.indexOf(m_baseCall); int i2=msg0.indexOf(m_hisCall);