From 01e01321d397ef812ceb5d2b2c5e97082d99268b Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sun, 5 Feb 2023 21:40:59 +0000 Subject: [PATCH] This might cause a compile warning? --- rigctld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigctld.cpp b/rigctld.cpp index 05f8514..bae9593 100644 --- a/rigctld.cpp +++ b/rigctld.cpp @@ -1257,7 +1257,7 @@ void rigCtlClient::socketReadyRead() } else if (command.length() > 0 && (command[0] == '\xf5' || command[0] == "get_rig_info")) { - quint8 split = rigState->getChar(DUPLEX); + duplexMode split = rigState->getDuplex(DUPLEX); quint8 rxa = 1; quint8 txa = split == 0; quint8 rxb = !rxa;