Revert elision of AP information appended to decodes in ALL.TXT

This commit is contained in:
Bill Somerville 2018-12-06 20:58:37 +00:00
parent ed90b56819
commit e3daedef92

View File

@ -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")