Disabled contest mode message packing which causes crashes when typing R

This commit is contained in:
Jordan Sherer
2018-07-16 11:58:41 +00:00
parent 4c63129876
commit 5764170975
+3 -1
View File
@@ -423,7 +423,9 @@ subroutine packbits(dbits,nsymd,m0,sym)
itype=1
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
msg=msg0
end if