mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Revert "Repair a defect where Auto Seq failed for messages with apriori code."
This reverts commit 5118e64fde9cffff7442c69c33a9b27c10752a07.
This commit is contained in:
		
							parent
							
								
									540d16302e
								
							
						
					
					
						commit
						1ca81f4610
					
				@ -8004,7 +8004,6 @@ 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