mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Revert "Fix the generation of Tx5 message when "hiscall" has suffix /P or /R. Is there a better method?"
Fixed by a later more comprehensive change. This reverts commit 1df2101b11d4548f2a9cde8a4faffadd21b741f6.
This commit is contained in:
		
							parent
							
								
									c40475953c
								
							
						
					
					
						commit
						31a4fac516
					
				@ -5534,8 +5534,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
 | 
			
		||||
      msgtype(t, ui->tx5->lineEdit ());
 | 
			
		||||
    }
 | 
			
		||||
  } else {
 | 
			
		||||
    if (hisCall != hisBase && hisCall != (hisBase+"/P") && hisCall != (hisBase+"/R")
 | 
			
		||||
        && SpecOp::HOUND != m_config.special_op_id()) {
 | 
			
		||||
    if (hisCall != hisBase and SpecOp::HOUND != m_config.special_op_id()) {
 | 
			
		||||
      if (shortList(hisCall)) {
 | 
			
		||||
        // cfm we know his full call with a type 1 tx1 message
 | 
			
		||||
        t = hisCall + " " + my_callsign;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user