mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Only write datetime to map65_rx.log if nhsym.lt.nhsym2.
This commit is contained in:
parent
7881b9c79a
commit
710240c57a
@ -89,7 +89,7 @@ subroutine m65c(dd,ss,savg,nparams0)
|
||||
|
||||
nparams=nparams0 !Copy parameters into common/npar/
|
||||
npatience=1
|
||||
if(iand(nrxlog,1).ne.0) then
|
||||
if(nhsym.eq.nhsym1 .and. iand(nrxlog,1).ne.0) then
|
||||
write(21,1000) datetime(:17)
|
||||
1000 format(/'UTC Date: 'a17/78('-'))
|
||||
flush(21)
|
||||
|
Loading…
Reference in New Issue
Block a user