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