mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Revert elision of AP information appended to decodes in ALL.TXT
This commit is contained in:
parent
ed90b56819
commit
e3daedef92
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user