From 4c83311f5a846f843ed6ba1a8ebf4c8a36d86961 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 4 Dec 2022 16:06:14 -0500 Subject: [PATCH] Oops! Fix two committing errors. --- q65w/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/q65w/mainwindow.cpp b/q65w/mainwindow.cpp index 1869397fd..e422b7f2e 100644 --- a/q65w/mainwindow.cpp +++ b/q65w/mainwindow.cpp @@ -636,7 +636,6 @@ void MainWindow::dataSink(int k) n=0; } - */ if(ihsym>=302) { //Decode at t=56 s (for Q65 and data from disk) m_RxState=2; datcom_.newdat=1; @@ -1441,7 +1440,7 @@ void MainWindow::readFromStdout() //readFromStdout #ifdef WIN32 m=3; #endif - if(n>=30 or t.indexOf("Best-fit")>=0) ui->decodedTextBrowser->append(t.mid(q,n-m-4).trimmed()); + if(n>=30 or t.indexOf("Best-fit")>=0) ui->decodedTextBrowser->append(t.mid(1,n-m-4).trimmed()); n=ui->decodedTextBrowser->verticalScrollBar()->maximum(); ui->decodedTextBrowser->verticalScrollBar()->setValue(n); m_messagesText="";