mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Correct the flaw that interpreted some callsigns as hexadecimal telemetry data.
This commit is contained in:
parent
41f9810822
commit
b091d56b42
@ -155,9 +155,10 @@ subroutine pack77(msg0,i3,n3,c77)
|
||||
! Check 0.3 and 0.4 (ARRL Field Day exchange)
|
||||
call pack77_03(nwords,w,i3,n3,c77)
|
||||
if(i3.ge.0) go to 900
|
||||
if(nwords.ge.2) go to 100
|
||||
|
||||
! Check 0.5 (telemetry)
|
||||
5 i0=index(msg,' ')
|
||||
! Check 0.5 (telemetry)
|
||||
5 i0=index(msg,' ')
|
||||
c18=msg(1:i0-1)//' '
|
||||
c18=adjustr(c18)
|
||||
ntel=-99
|
||||
|
Loading…
Reference in New Issue
Block a user