summaryrefslogtreecommitdiff
path: root/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
blob: 5fc71b7f2940e5758175d151d79a1e5ebac901ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From af2ed2b67665a4bb891ffa01d45043bb197f06bf Mon Sep 17 00:00:00 2001
From: Richard Freeman <rich0@gentoo.org>
Date: Sun, 22 Dec 2019 21:26:27 -0500
Subject: [PATCH] Revert "Updated hamlib interface to use new unsigned int for
 vfo_t"

This reverts commit 7728483481975bfe1527eab657cf636c4c3b9181.
---
 HamlibTransceiver.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp
index 509fe4e..c8c0f74 100644
--- a/HamlibTransceiver.hpp
+++ b/HamlibTransceiver.hpp
@@ -14,7 +14,7 @@ extern "C"
 {
   typedef struct rig RIG;
   struct rig_caps;
-  typedef unsigned int vfo_t;
+  typedef int vfo_t;
 }
 
 // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
-- 
2.24.1