From bdb0a1b84e3be408cf23f0432df9b13571df41c1 Mon Sep 17 00:00:00 2001 From: dmchen Date: Mon, 18 Sep 2023 17:38:58 +0800 Subject: [PATCH] ci break --- source/common/src/tmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index e2d668827c..39bebdb094 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -37,7 +37,7 @@ if(pReq->sqlLen > 0){ \ pReq->sql = taosMemoryCalloc(1, pReq->sqlLen + 1); \ if (pReq->sql == NULL) return -1; \ - if (tDecodeCStrAndLen(&decoder, &pReq->sql, &pReq->sqlLen) < 0) return -1; \ + if (tDecodeCStrTo(&decoder, &pReq->sql) < 0) return -1; \ } \ } \ } while (0)