Further cleanup of what gets written to map65_rx.log.

This commit is contained in:
Joe Taylor 2021-07-21 13:58:15 -04:00
parent 848f3ab30f
commit e04c37d0c0
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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