mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 18:28:55 -04:00
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:
+4
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user