Fix double-click on call.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2686 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-24 19:44:29 +00:00
parent 568537ab25
commit ff7b5be068
3 changed files with 21 additions and 12 deletions
+4 -2
View File
@@ -51,8 +51,10 @@ subroutine decoder(ntrSeconds,c0)
rewind 13
! write(*,1010) nutc,sync,xdt,1000.0+fpk,msg
nsync=sync
write(13,1010) nutc,nsync,snr,xdt,1000.0+fpk,msg
1010 format(i4.4,i4,f7.1,f6.1,f8.1,3x,a22,e12.3)
nsnr=nint(snr)
width=0.0
write(13,1010) nutc,nsync,nsnr,xdt,1000.0+fpk,width,msg
1010 format(i4.4,i4,i5,f6.1,f8.2,f6.2,3x,a22)
call flush(13)
close(13)