mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-26 02:32:26 -04:00
Consider a decode starting with "CQ <" as an invalid decode.
This commit is contained in:
parent
851e40a6c7
commit
b31dfba67b
@ -550,7 +550,7 @@ subroutine unpack77(c77,nrx,msg,unpk77_success)
|
|||||||
else if(i3.ge.6) then ! i3 values 6 and 7 are not yet defined
|
else if(i3.ge.6) then ! i3 values 6 and 7 are not yet defined
|
||||||
unpk77_success=.false.
|
unpk77_success=.false.
|
||||||
endif
|
endif
|
||||||
! if(msg(1:4).eq.'CQ <') unpk77_success=.false.
|
if(msg(1:4).eq.'CQ <') unpk77_success=.false.
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine unpack77
|
end subroutine unpack77
|
||||||
|
Loading…
x
Reference in New Issue
Block a user