Update jtmsk for change in the way narg(12) and narg(13) are compared.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6467 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-02-04 19:40:47 +00:00
parent 764e2f95d5
commit ad50294454
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ program jtmsk
ndecodes=ndecodes+1
line0=line(i)(1:60)
i1=index(line(i)(1:60),'<...>')
if(i1.gt.0 .and. narg(13).eq.narg(12)) then
if(i1.gt.0 .and. narg(13)/8.eq.narg(12)) then
i2=index(msg,'>')
line0=line(i)(1:i1-1)//msg(1:i2)//line(i)(i1+5:i1+10)
endif