From 21f3a4207a355aed53c2f6471372c3635c740620 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 18 Jan 2014 15:07:22 +0000 Subject: [PATCH] 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 --- libm65/packmsg.f | 3 ++- mainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libm65/packmsg.f b/libm65/packmsg.f index 76eb5f845..65e67eca5 100644 --- a/libm65/packmsg.f +++ b/libm65/packmsg.f @@ -50,7 +50,8 @@ C ... and if so, does it have a reply frequency? c3=' ' if(ic.ge.ib+1) c3=msg(ib+1:ic) 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) c2z=c2 call getpfx1(c2,k2,nv2) diff --git a/mainwindow.cpp b/mainwindow.cpp index a8274bd7c..6cca43788 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"