mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Kludge to allow specifying blank "hiscall" when jt9 is executed from command line.
This commit is contained in:
parent
19512c00f1
commit
7ad8816170
@ -206,6 +206,11 @@ program jt9
|
||||
go to 999
|
||||
endif
|
||||
|
||||
if(hiscall.eq.'b') then
|
||||
hiscall=' '
|
||||
hisgrid=' '
|
||||
endif
|
||||
|
||||
if (mode .eq. 241) then
|
||||
ntol = min (ntol, 100)
|
||||
else if (mode .eq. 65 + 9 .and. .not. have_ntol) then
|
||||
|
Loading…
Reference in New Issue
Block a user