Fix command-line msk144 decoder. No changes to WSJT-X.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7052 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2016-09-02 20:42:43 +00:00
parent ca19e977c0
commit ecd48e425c

View File

@ -33,7 +33,7 @@ program msk144d
bShMsgs=.false.
do
call getopt('d:ehm:ns:',long_options,c,optarg,narglen,nstat,noffset,nremain,.true.)
call getopt('d:ehm:n:s',long_options,c,optarg,narglen,nstat,noffset,nremain,.true.)
if( nstat .ne. 0 ) then
exit
end if
@ -83,7 +83,7 @@ program msk144d
read(unit=wav%lun) id2(1:npts)
close(unit=wav%lun)
call timer('read ',1)
call msk144_decode(id2,npts,nutc,1,pchk_file,mycall,hiscall,bShMsgs,ntol,t0,line)
call msk144_decode(id2,npts,nutc,1,mycall,hiscall,bShMsgs,ntol,t0,line)
enddo
call timer('msk144 ',1)