Merge branch 'feat-a7-UR' of bitbucket.org:k1jt/wsjtx into feat-a7-UR

This commit is contained in:
Joe Taylor
2022-01-27 11:00:54 -05:00
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -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+"));