Disabled contest mode message packing which causes crashes when typing R
This commit is contained in:
parent
4c63129876
commit
5764170975
@ -423,7 +423,9 @@ subroutine packbits(dbits,nsymd,m0,sym)
|
|||||||
|
|
||||||
itype=1
|
itype=1
|
||||||
if(bcontest) then
|
if(bcontest) then
|
||||||
call to_contest_msg(msg0,msg)
|
!call to_contest_msg(msg0,msg)
|
||||||
|
! this causes problems with freetext ala, KN4CRD DE KN4CRD -13 R
|
||||||
|
msg=msg0
|
||||||
else
|
else
|
||||||
msg=msg0
|
msg=msg0
|
||||||
end if
|
end if
|
||||||
|
Loading…
Reference in New Issue
Block a user