mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 14:48:46 -05:00
Minor tweak to the new output format for jt9code and jt65code.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4535 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0e52f8eb5c
commit
fdb12a76fa
@ -48,7 +48,7 @@ program JT65code
|
||||
call fmtmsg(decoded,iz)
|
||||
|
||||
10 write(*,1010)
|
||||
1010 format("Message Decoded Err"/ &
|
||||
1010 format("Message Decoded Err?"/ &
|
||||
"-----------------------------------------------------------------")
|
||||
bad=" "
|
||||
if(decoded.ne.msg0) bad="*"
|
||||
|
@ -28,7 +28,7 @@ program jt9code
|
||||
if(itype.eq.6) msgtype="Free text"
|
||||
|
||||
write(*,1010)
|
||||
1010 format("Message Decoded Err"/ &
|
||||
1010 format("Message Decoded Err?"/ &
|
||||
"-----------------------------------------------------------------")
|
||||
bad=" "
|
||||
if(decoded.ne.msg0) bad="*"
|
||||
|
Loading…
Reference in New Issue
Block a user