mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Don't append end-of-line AP info is ncontest is nonzero.
This commit is contained in:
parent
aa0d4208ce
commit
1589e4f126
@ -501,7 +501,7 @@ contains
|
||||
decoded0=decoded
|
||||
|
||||
annot=' '
|
||||
if(nap.ne.0) then
|
||||
if(ncontest.eq.0 .and. nap.ne.0) then
|
||||
write(annot,'(a1,i1)') 'a',nap
|
||||
if(qual.lt.0.17) decoded0(37:37)='?'
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user