LU=19 shound be opened even if nagain is true; otherwise it will try to write in the exe directory.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8646 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-05-01 17:14:21 +00:00
parent d99129e196
commit 58731f8caa

View File

@ -56,6 +56,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
position='append',iostat=ios)
else
open(13,file=trim(temp_dir)//'/decoded.txt',status='unknown',iostat=ios)
endif
if(params%nmode.eq.8) then
inquire(file=trim(temp_dir)//'/houndcallers.txt',exist=ex)
if(.not.ex) then
@ -69,7 +70,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
endif
open(19,file=trim(temp_dir)//'/houndcallers.txt',status='unknown')
endif
endif
if(ios.ne.0) then
nfail=nfail+1
if(nfail.le.3) then