Merge branch 'hotfix-wsjtx-2.0.0-rc2' of bitbucket.org:k1jt/wsjtx into hotfix-wsjtx-2.0.0-rc2

This commit is contained in:
Steve Franke 2018-09-23 13:03:25 -05:00
commit 7baf8480a3

View File

@ -33,8 +33,8 @@ function stdmsg(msg0)
!### !###
! rewind 82 ! rewind 82
! do i=1,nzhash ! do i=1,nzhash
! write(82,3082) i,nzhash,callsign(i) ! write(82,3082) i,nzhash,callsign(i),ihash10(i),ihash12(i),ihash22(i)
!3082 format(2i5,2x,a13) !3082 format(2i5,2x,a13,3i10)
! enddo ! enddo
! flush(82) ! flush(82)
!### !###