mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -04: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/
|
nparams=nparams0 !Copy parameters into common/npar/
|
||||||
npatience=1
|
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)
|
write(21,1000) datetime(:17)
|
||||||
1000 format(/'UTC Date: 'a17/78('-'))
|
1000 format(/'UTC Date: 'a17/78('-'))
|
||||||
flush(21)
|
flush(21)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user