mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Diagnostic write should include callsign hash vlues.
This commit is contained in:
parent
bc2fd29efa
commit
23f45f0d4b
@ -33,8 +33,8 @@ function stdmsg(msg0)
|
||||
!###
|
||||
! rewind 82
|
||||
! do i=1,nzhash
|
||||
! write(82,3082) i,nzhash,callsign(i)
|
||||
!3082 format(2i5,2x,a13)
|
||||
! write(82,3082) i,nzhash,callsign(i),ihash10(i),ihash12(i),ihash22(i)
|
||||
!3082 format(2i5,2x,a13,3i10)
|
||||
! enddo
|
||||
! flush(82)
|
||||
!###
|
||||
|
Loading…
Reference in New Issue
Block a user