From e3daedef92af509672274b49283f9ab8d1c9a214 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 6 Dec 2018 20:58:37 +0000 Subject: [PATCH] Revert elision of AP information appended to decodes in ALL.TXT --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 8675253f9..f7e31d6fb 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3011,7 +3011,7 @@ void MainWindow::readFromStdout() //readFromStdout << m_mode << endl; m_RxLog=0; } - out << line_read.left (line_read.size() - 2).trimmed () << endl; + out << line_read.trimmed () << endl; f.close(); } else { MessageBox::warning_message (this, tr ("File Open Error")