mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Flush LU 21 after writing the "Transmitting: ..." message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@616 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0451b665d8
commit
312d01f775
@ -75,6 +75,7 @@ subroutine decode1(iarg)
|
||||
if(sendingsh.eq.1) cshort='(Shorthand)'
|
||||
write(21,1010) ih,im,is,mode,sending,cshort
|
||||
1010 format(3i2.2,' Transmitting: ',a6,2x,a28,2x,a11)
|
||||
call flushqqq(21)
|
||||
sending0=sending
|
||||
sendingsh0=sendingsh
|
||||
mode0=mode
|
||||
|
Loading…
Reference in New Issue
Block a user