opnsense-ports/comms/fldigi/files/patch-src_main.cxx
Franco Fichtner bb16d1c169 */*: sync with upstream
Taken from: FreeBSD
2023-09-25 11:53:16 +02:00

11 lines
241 B
C++

--- src/main.cxx.orig 2023-08-24 15:22:40 UTC
+++ src/main.cxx
@@ -1182,7 +1182,7 @@ int main (int argc, char *argv[])
setTabColors();
progdefaults.testCommPorts();
- init_hids();
+ //init_hids();
#if USE_HAMLIB
xcvr = new Rig();