mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-04 02:45:18 -04: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
|
go to 999
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if(hiscall.eq.'b') then
|
||||||
|
hiscall=' '
|
||||||
|
hisgrid=' '
|
||||||
|
endif
|
||||||
|
|
||||||
if (mode .eq. 241) then
|
if (mode .eq. 241) then
|
||||||
ntol = min (ntol, 100)
|
ntol = min (ntol, 100)
|
||||||
else if (mode .eq. 65 + 9 .and. .not. have_ntol) then
|
else if (mode .eq. 65 + 9 .and. .not. have_ntol) then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user