From 911bf760808e645f76836595cee3bcbaa628807d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 29 Dec 2007 15:15:21 +0000 Subject: [PATCH] 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 --- decode1.F90 | 1 + map65.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/decode1.F90 b/decode1.F90 index 2428cabdd..f912925a9 100644 --- a/decode1.F90 +++ b/decode1.F90 @@ -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 diff --git a/map65.py b/map65.py index 6a3fb1d30..90a7581fa 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------- MAP65 +#-------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import *