mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	In ft8apset, mycall and dxcall must be at least 3 characters long, otherwise they are treated as non-existent.
This commit is contained in:
		
							parent
							
								
									b44d7b472d
								
							
						
					
					
						commit
						1a8ddad307
					
				| @ -14,7 +14,7 @@ subroutine ft8apset(mycall12,hiscall12,apsym) | |||||||
| 
 | 
 | ||||||
|   nohiscall=.false.  |   nohiscall=.false.  | ||||||
|   hiscall=hiscall12  |   hiscall=hiscall12  | ||||||
|   if(len(trim(hiscall)).eq.0) then |   if(len(trim(hiscall)).lt.3) then | ||||||
|      hiscall=mycall12  ! use mycall for dummy hiscall - mycall won't be hashed. |      hiscall=mycall12  ! use mycall for dummy hiscall - mycall won't be hashed. | ||||||
|      nohiscall=.true. |      nohiscall=.true. | ||||||
|   endif |   endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user