From f4df8612cb754df691a37f9438a343aaf6ef4137 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Wed, 29 Dec 2021 09:47:38 +0800 Subject: [PATCH] more --- include/util/encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/encode.h b/include/util/encode.h index 0d19567efb..ec4f53beb6 100644 --- a/include/util/encode.h +++ b/include/util/encode.h @@ -464,7 +464,7 @@ static FORCE_INLINE int tDecodeDouble(SDecoder* pDecoder, double* val) { return 0; } -static FORCE_INLINE int tDecodeCStr(SDecoder* pEncoder, const char* val) { +static FORCE_INLINE int tDecodeCStr(SDecoder* pEncoder, const char** val) { // TODO return 0; }