mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix a typo.
This commit is contained in:
parent
318ce0020e
commit
b44d7b472d
@ -15,7 +15,7 @@ subroutine ft8apset(mycall12,hiscall12,apsym)
|
||||
nohiscall=.false.
|
||||
hiscall=hiscall12
|
||||
if(len(trim(hiscall)).eq.0) then
|
||||
hiscall=mycall ! use mycall for dummy hiscall - mycall won't be hashed.
|
||||
hiscall=mycall12 ! use mycall for dummy hiscall - mycall won't be hashed.
|
||||
nohiscall=.true.
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user