mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Repair a defect where Auto Seq failed for messages with apriori code.
This commit is contained in:
parent
1ff74b2cd5
commit
5118e64fde
@ -8004,6 +8004,7 @@ 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+"));
|
||||
|
Loading…
Reference in New Issue
Block a user