diff options
Diffstat (limited to 'comms/grig/files/patch-aa')
-rw-r--r-- | comms/grig/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/grig/files/patch-aa b/comms/grig/files/patch-aa new file mode 100644 index 000000000000..a0312ceb5bda --- /dev/null +++ b/comms/grig/files/patch-aa @@ -0,0 +1,18 @@ +--- ./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) { |