mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 14:42:25 -04:00
Repair own call hash decoding in received messages
This commit is contained in:
parent
09996d4d64
commit
7d07423a50
@ -539,11 +539,11 @@ contains
|
|||||||
endif
|
endif
|
||||||
if(iqorw.eq.1) then
|
if(iqorw.eq.1) then
|
||||||
write(c77,'(77i1)') mod(message101(1:77)+rvec,2)
|
write(c77,'(77i1)') mod(message101(1:77)+rvec,2)
|
||||||
call unpack77(c77,0,msg,unpk77_success)
|
call unpack77(c77,1,msg,unpk77_success)
|
||||||
else
|
else
|
||||||
write(c77,'(50i1)') message74(1:50)
|
write(c77,'(50i1)') message74(1:50)
|
||||||
c77(51:77)='000000000000000000000110000'
|
c77(51:77)='000000000000000000000110000'
|
||||||
call unpack77(c77,0,msg,unpk77_success)
|
call unpack77(c77,1,msg,unpk77_success)
|
||||||
endif
|
endif
|
||||||
if(unpk77_success) then
|
if(unpk77_success) then
|
||||||
idupe=0
|
idupe=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user