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"