diff options
Diffstat (limited to 'comms/soundmodem/files/patch-fsk_gendf9icfilt.cc')
-rw-r--r-- | comms/soundmodem/files/patch-fsk_gendf9icfilt.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc b/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc index 9a4024637918..c1ea5ef9e7d8 100644 --- a/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc +++ b/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc @@ -1,6 +1,6 @@ ---- fsk/gendf9icfilt.cc.orig 2013-12-13 08:19:49.459920041 -0500 -+++ fsk/gendf9icfilt.cc 2013-12-13 08:43:50.641820677 -0500 -@@ -41,6 +41,8 @@ +--- fsk/gendf9icfilt.cc.orig 2003-01-06 14:28:19 UTC ++++ fsk/gendf9icfilt.cc +@@ -41,6 +41,8 @@ using namespace std; #include "getopt.h" @@ -9,7 +9,7 @@ /* --------------------------------------------------------------------- */ template<typename T> complex<T> rxfilter(T freq) -@@ -173,7 +175,8 @@ +@@ -173,7 +175,8 @@ static void printfcoeff(ostream& os, uns printtransferfunc(os, fftsz, over); else os << "/* this file is automatically generated, do not edit!! */\n\n"; |