From 0a7bf935bc1bf6a0ee23da03077d870a6a9214cf Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 11 Jul 2015 22:50:05 +0000 Subject: [PATCH] Fix regression in CAT sequencing from r5700 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5714 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 229e04082..88d5b720b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1857,7 +1857,7 @@ void MainWindow::guiUpdate() m_bTxTime=false; //Time to stop a WSPR transmission m_btxok=false; } - if(m_ntr) { + else if (m_ntr != -1) { WSPR_scheduling (); m_ntr=0; //This WSPR Rx sequence is complete }