From 3ecc0080e685c2219dd5732f483e502b1b25678a Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 29 Jan 2024 14:52:30 +0000 Subject: [PATCH] Update rigcommander.cpp --- rigcommander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigcommander.cpp b/rigcommander.cpp index 610d528..f59d15c 100644 --- a/rigcommander.cpp +++ b/rigcommander.cpp @@ -1092,7 +1092,7 @@ void rigCommander::parseCommand() // This tells us whether we are receiving main or sub data case funcScopeSingleDual: // This tells us whether we are receiving single or dual scopes - qInfo(logRig()) << "funcScopeSingleDual" << payloadIn[0]; + qInfo(logRig()) << "funcScopeSingleDual" << static_cast(payloadIn[0]); value.setValue(static_cast(payloadIn[0])); break; #if defined __GNUC__