Fix a bug that can appear when unpacking compound callsigns.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4343 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-09-22 14:31:08 +00:00
parent 42fbacd86e
commit 2baf0a766d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ subroutine unpackcall(ncall,word,iv2,psfx)
data c/'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ '/
word='......'
psfx=' '
n=ncall
iv2=0
if(n.ge.262177560) go to 20