mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 06:54:47 -04:00
Sent ntone_spacing to wb_sync. Change "debug print flag" from # to =.
This commit is contained in:
@@ -1420,7 +1420,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
m_bandmapText += q;
|
||||
}
|
||||
}
|
||||
if(t.indexOf("#") >= 0) {
|
||||
if(t.indexOf("=") >= 0) {
|
||||
int n=t.size();
|
||||
qDebug() << t.mid(1,n-3).trimmed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user