提交 bfdba040 编写于 作者: H Haojun Liao

[TD-225]fix compiler error.

上级 864e6f3f
......@@ -232,7 +232,7 @@ void* destroyResultRowPool(SResultRowPool* p) {
}
void interResToBinary(SBufferWriter* bw, SArray* pRes, int32_t tagLen) {
uint32_t numOfGroup = taosArrayGetSize(pRes);
uint32_t numOfGroup = (uint32_t) taosArrayGetSize(pRes);
tbufWriteUint32(bw, numOfGroup);
tbufWriteUint16(bw, tagLen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册