summaryrefslogtreecommitdiff
path: root/comms/grig/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/grig/files/patch-aa')
-rw-r--r--comms/grig/files/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/comms/grig/files/patch-aa b/comms/grig/files/patch-aa
deleted file mode 100644
index a0312ceb5bda..000000000000
--- a/comms/grig/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./src/gnome-hamlib-rig.c.orig Mon Sep 20 15:35:02 2004
-+++ ./src/gnome-hamlib-rig.c Mon Sep 20 15:38:35 2004
-@@ -495,6 +495,7 @@
- case 2: pbwidth = rig_passband_narrow (GNOME_HAMLIB_RIG (ghr)->rig, mode);
- break;
- default: /* THIS SHOULD NEVER HAVE HAPPENED ERROR */
-+ break;
- }
- retcode = rig_set_mode (GNOME_HAMLIB_RIG (ghr)->rig, RIG_VFO_CURR, mode, pbwidth);
- if (retcode != RIG_OK) {
-@@ -1367,6 +1368,7 @@
- case 2: pbwidth = rig_passband_narrow (ghr->rig, mode);
- break;
- default: /* THIS SHOULD NEVER HAVE HAPPENED ERROR */
-+ break;
- }
- retcode = rig_set_mode (ghr->rig, RIG_VFO_CURR, mode, pbwidth);
- if (retcode == RIG_OK) {