Include the DL9RDZ fix in packmsg.f

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@3650 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-01-18 15:07:22 +00:00
parent 22af47db87
commit 21f3a4207a
2 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@ C ... and if so, does it have a reply frequency?
c3=' ' c3=' '
if(ic.ge.ib+1) c3=msg(ib+1:ic) if(ic.ge.ib+1) c3=msg(ib+1:ic)
if(c3.eq.'OOO ') c3=' ' !Strip out the OOO flag if(c3.eq.'OOO ') c3=' ' !Strip out the OOO flag
call getpfx1(c1,k1,junk) call getpfx1(c1,k1,nv2)
if(nv2.ne.0) go to 10
call packcall(c1,nc1,text1) call packcall(c1,nc1,text1)
c2z=c2 c2z=c2
call getpfx1(c2,k2,nv2) call getpfx1(c2,k2,nv2)

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow //--------------------------------------------------------------- MainWindow
#include "mainwindow.h" #include "mainwindow.h"
#include "ui_mainwindow.h" #include "ui_mainwindow.h"
#include "devsetup.h" #include "devsetup.h"