mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Don't append end-of-line AP info is ncontest is nonzero.
This commit is contained in:
		
							parent
							
								
									aa0d4208ce
								
							
						
					
					
						commit
						1589e4f126
					
				@ -501,7 +501,7 @@ contains
 | 
				
			|||||||
    decoded0=decoded
 | 
					    decoded0=decoded
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    annot='  ' 
 | 
					    annot='  ' 
 | 
				
			||||||
    if(nap.ne.0) then
 | 
					    if(ncontest.eq.0 .and. nap.ne.0) then
 | 
				
			||||||
       write(annot,'(a1,i1)') 'a',nap
 | 
					       write(annot,'(a1,i1)') 'a',nap
 | 
				
			||||||
       if(qual.lt.0.17) decoded0(37:37)='?'
 | 
					       if(qual.lt.0.17) decoded0(37:37)='?'
 | 
				
			||||||
    endif
 | 
					    endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user