mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Make NA VHF Contest mode work when in FT8 mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8427 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
affa853609
commit
4f7c7f6a09
@ -116,7 +116,10 @@ contains
|
|||||||
call timer('ft8b ',1)
|
call timer('ft8b ',1)
|
||||||
if(nbadcrc.eq.0) then
|
if(nbadcrc.eq.0) then
|
||||||
! call jtmsg(message,iflag)
|
! call jtmsg(message,iflag)
|
||||||
if(bcontest) call fix_contest_msg(mygrid6,message)
|
if(bcontest) then
|
||||||
|
call fix_contest_msg(mygrid6,message)
|
||||||
|
msg37(1:22)=message
|
||||||
|
endif
|
||||||
! if(iand(iflag,31).ne.0) message(22:22)='?'
|
! if(iand(iflag,31).ne.0) message(22:22)='?'
|
||||||
ldupe=.false.
|
ldupe=.false.
|
||||||
do id=1,ndecodes
|
do id=1,ndecodes
|
||||||
|
Loading…
Reference in New Issue
Block a user