From 1583fbb40d30265a10d9e68df6801c96682a0115 Mon Sep 17 00:00:00 2001 From: xsren <285808407@qq.com> Date: Mon, 15 Jul 2024 18:55:18 +0800 Subject: [PATCH] fix: build error --- source/libs/command/src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/command/src/command.c b/source/libs/command/src/command.c index e528f61787..4cd87b139e 100644 --- a/source/libs/command/src/command.c +++ b/source/libs/command/src/command.c @@ -274,7 +274,7 @@ int64_t getValOfDiffPrecision(int8_t unit, int64_t val) { return v; } -static int32_t buildRetension(SArray* pRetension, void **ppRetentions ) { +static int32_t buildRetension(SArray* pRetension, char **ppRetentions ) { size_t size = taosArrayGetSize(pRetension); if (size == 0) { *ppRetentions = NULL;