mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 02:12:37 -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_mode << endl;
|
||||||
m_RxLog=0;
|
m_RxLog=0;
|
||||||
}
|
}
|
||||||
out << line_read.left (line_read.size() - 2).trimmed () << endl;
|
out << line_read.trimmed () << endl;
|
||||||
f.close();
|
f.close();
|
||||||
} else {
|
} else {
|
||||||
MessageBox::warning_message (this, tr ("File Open Error")
|
MessageBox::warning_message (this, tr ("File Open Error")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user