diff options
| author | Diane Bruce <db@FreeBSD.org> | 2013-06-18 00:29:13 +0000 |
|---|---|---|
| committer | Diane Bruce <db@FreeBSD.org> | 2013-06-18 00:29:13 +0000 |
| commit | 3641759c7d38e7abd40a4d975db75ac1749cd62c (patch) | |
| tree | bd457127ef841e39606451b7edea23046d8ad11b /comms/fldigi/files/patch-src_throb_throb.cxx | |
| parent | Remove redundant lines. (diff) | |
- pointyhat myself. I forgot to remove the diffs for the files
upstream has adopted patches for.
- Noted by Tom KH6ILT (Sorry!)
Submitted by: Thomas Laus <lausts@acm.org>
Diffstat (limited to 'comms/fldigi/files/patch-src_throb_throb.cxx')
| -rw-r--r-- | comms/fldigi/files/patch-src_throb_throb.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/fldigi/files/patch-src_throb_throb.cxx b/comms/fldigi/files/patch-src_throb_throb.cxx deleted file mode 100644 index ce464d2bd14b..000000000000 --- a/comms/fldigi/files/patch-src_throb_throb.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- src/throb/throb.cxx.orig 2013-03-28 13:27:03.683043974 -0400 -+++ src/throb/throb.cxx 2013-03-28 13:27:55.988221471 -0400 -@@ -37,6 +37,8 @@ - #include "fl_digi.h" - #include "status.h" - -+#define MAX_TONES 15 // Highest used I noticed was 11 -+ - #undef CLAMP - #define CLAMP(x,low,high) (((x)>(high))?(high):(((x)<(low))?(low):(x))) - -@@ -410,7 +412,7 @@ - - void throb::rx(complex in) - { -- complex rxword[num_tones]; -+ complex rxword[MAX_TONES]; - int i, tone1, tone2, maxtone; - - symbol[symptr] = in; |
