mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
Correct the length of id2 sent to decoder for FST240W mode.
This commit is contained in:
parent
eb1c60e454
commit
94f5e2925c
@ -245,7 +245,7 @@ program jt9
|
||||
call timer('symspec ',1)
|
||||
endif
|
||||
nhsym0=nhsym
|
||||
if(nhsym.ge.181 .and. mode.ne.240) exit
|
||||
if(nhsym.ge.181 .and. mode.ne.240 .and. mode.ne.241) exit
|
||||
endif
|
||||
enddo
|
||||
close(unit=wav%lun)
|
||||
|
Loading…
Reference in New Issue
Block a user