mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-25 05:29:16 -04:00
Remove unnecessary character string space-padding.
This commit is contained in:
parent
949c5deda5
commit
c4d078f55f
@ -86,8 +86,8 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,lapon,lapcqonly, &
|
||||
ncontest0=ncontest
|
||||
endif
|
||||
|
||||
dxcall13=hiscall12//' '
|
||||
mycall13=mycall12//' '
|
||||
dxcall13=hiscall12
|
||||
mycall13=mycall12
|
||||
|
||||
max_iterations=30
|
||||
nharderrors=-1
|
||||
|
Loading…
Reference in New Issue
Block a user