From 63ff61f03736f003c183f1df4819ae75e55a3bc9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 27 Sep 2013 15:47:34 +0000 Subject: [PATCH] UPdate the makefiles so they will compile fil4.f90 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3581 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/Makefile.MinGW | 2 +- lib/Makefile.linux | 2 +- mainwindow.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.MinGW b/lib/Makefile.MinGW index 03e12dd89..0db7ac4c5 100644 --- a/lib/Makefile.MinGW +++ b/lib/Makefile.MinGW @@ -50,7 +50,7 @@ OBJS1 = pctile.o graycode.o sort.o ssort.o \ filbig.o fil6521.o afc65b.o decode65b.o setup65.o \ extract.o fchisq65.o demod64a.o chkhist.o interleave63.o ccf2.o \ move.o indexx.o graycode65.o twkfreq65.o smo121.o \ - wrapkarn.o init_rs.o encode_rs.o decode_rs.o gen65.o + wrapkarn.o init_rs.o encode_rs.o decode_rs.o gen65.o fil4.o libjt9.a: $(OBJS1) ar cr libjt9.a $(OBJS1) diff --git a/lib/Makefile.linux b/lib/Makefile.linux index cf8ec5936..3cb0788b8 100644 --- a/lib/Makefile.linux +++ b/lib/Makefile.linux @@ -40,7 +40,7 @@ OBJS1 = pctile.o graycode.o sort.o ssort.o \ filbig.o fil6521.o afc65b.o decode65b.o setup65.o \ extract.o fchisq65.o demod64a.o chkhist.o interleave63.o ccf2.o \ move.o indexx.o graycode65.o twkfreq65.o smo121.o \ - wrapkarn.o init_rs.o encode_rs.o decode_rs.o gen65.o + wrapkarn.o init_rs.o encode_rs.o decode_rs.o gen65.o fil4.o libjt9.a: $(OBJS1) ar cr libjt9.a $(OBJS1) diff --git a/mainwindow.cpp b/mainwindow.cpp index b5633d737..493bc09c8 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" @@ -1936,7 +1936,7 @@ void MainWindow::doubleClickOnCall(bool shift, bool ctrl) decodedtext = t1.mid(i1,i2-i1); //selected line if (decodedtext.indexOf(" CQ ") > 0) - decodedtext = decodedtext.left(36); // to remove DXCC entity and worked B4 status. TODO need a better way to do this + decodedtext = decodedtext.left(39); // to remove DXCC entity and worked B4 status. TODO need a better way to do this // if(decodedtext.indexOf("Tx")==6) return; //Ignore Tx line int i4=t.mid(i1).length();