mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Further cleanup of what gets written to map65_rx.log.
This commit is contained in:
parent
848f3ab30f
commit
e04c37d0c0
@ -186,5 +186,10 @@ program m65
|
||||
print*,infile
|
||||
|
||||
999 call fini_timer()
|
||||
if(arg(1:2).eq.'-s') then
|
||||
write(21,1999) datetime(:17)
|
||||
1999 format('Subprocess m65 terminated normally at UTC ',a17)
|
||||
close(21)
|
||||
endif
|
||||
|
||||
end program m65
|
||||
|
@ -1,5 +1,5 @@
|
||||
subroutine m65a
|
||||
|
||||
|
||||
use timer_module, only: timer
|
||||
use timer_impl, only: init_timer !, limtrace
|
||||
use, intrinsic :: iso_c_binding, only: C_NULL_CHAR
|
||||
|
@ -1338,6 +1338,7 @@ void MainWindow::decode() //decode()
|
||||
memcpy(to, from, qMin(mem_m65.size(), size-8));
|
||||
datcom_.nagain=0;
|
||||
datcom_.ndiskdat=0;
|
||||
m_map65RxLog=0;
|
||||
m_call3Modified=false;
|
||||
|
||||
QFile lockFile(m_appDir + "/.lock"); // Allow m65 to start
|
||||
|
Loading…
Reference in New Issue
Block a user