From 6069aa91948931fa034b4ef7d52ac487d229d863 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 17 Jun 2025 09:32:42 +0200 Subject: [PATCH] Fixed typo --- src/sinqAxis.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sinqAxis.h b/src/sinqAxis.h index 9599b54..5d11c75 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -598,9 +598,8 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName, int (C::*func)(), bool *readValue, const char *callerFunctionName, int lineNumber, size_t msgSize, TypeTag) { - return getAxisParamImpl(axis, indexName, func, - static_cast(readValue), callerFunctionName, - lineNumber, msgSize); + return getAxisParamImpl(axis, indexName, func, static_cast<*int>(readValue), + callerFunctionName, lineNumber, msgSize); } template