From 6b34d500f32b920c4b670dea5bedd43914fd6ba7 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Fri, 6 Aug 2021 12:40:58 +0100 Subject: [PATCH] Update rigctld.cpp --- rigctld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigctld.cpp b/rigctld.cpp index 0563af9..46c04e3 100644 --- a/rigctld.cpp +++ b/rigctld.cpp @@ -572,7 +572,7 @@ void rigCtlClient::socketReadyRead() if (longReply && command.length() > 1) { resp.append(QString("%1: ").arg(command[1])); } - resp.append(QString("%1").arg(0)); + resp.append(QString("%1").arg(1)); // Always reply with ON response.append(resp); } else if (command.length() > 1 && command[0] == 0x87 || command[0] == "set_powerstat")