mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-17 16:24:23 -04:00
Merge branch 'feat-a7-UR' of bitbucket.org:k1jt/wsjtx into feat-a7-UR
This commit is contained in:
@@ -7999,7 +7999,6 @@ void MainWindow::p1ReadFromStdout() //p1readFromStdout
|
||||
} else {
|
||||
|
||||
int n=t.length();
|
||||
t=t.left(85); // truncate any apriori code
|
||||
t=t.mid(0,n-2) + " ";
|
||||
t.remove(QRegExp("\\s+$"));
|
||||
QStringList rxFields = t.split(QRegExp("\\s+"));
|
||||
|
||||
Reference in New Issue
Block a user