From b9631fee9efca317ee66f2df601f3b9cca8c7be1 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 23 Sep 2023 12:04:41 +0800 Subject: [PATCH] fix: cfgAddFloat with float params1 --- include/common/tglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/tglobal.h b/include/common/tglobal.h index 2f0826d5da..5b1dd161cc 100644 --- a/include/common/tglobal.h +++ b/include/common/tglobal.h @@ -159,7 +159,7 @@ extern char buildinfo[]; // lossy extern char tsLossyColumns[]; -extern double tsFPrecision; +extern float tsFPrecision; extern double tsDPrecision; extern uint32_t tsMaxRange; extern uint32_t tsCurRange;