mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Write the $VERIFY$ messages to ALL.TXT, after all.
This commit is contained in:
parent
999caa9e99
commit
7cfafa7846
@ -4266,9 +4266,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
}
|
||||
if(navg>=2) bAvgMsg=true;
|
||||
}
|
||||
if (!line_read.trimmed().contains("$VERIFY$")) {
|
||||
write_all("Rx", line_read.trimmed());
|
||||
}
|
||||
write_all("Rx", line_read.trimmed());
|
||||
int ntime=6;
|
||||
if(m_TRperiod>=60) ntime=4;
|
||||
if (line_read.left(ntime) != m_tBlankLine && QString::fromUtf8(line_read.constData()).left(4).contains(QRegularExpression {"\\d\\d\\d\\d"})) {
|
||||
|
Loading…
Reference in New Issue
Block a user