[TD-225]fix compiler error.
This commit is contained in:
parent
864e6f3f24
commit
bfdba04008
|
@ -232,7 +232,7 @@ void* destroyResultRowPool(SResultRowPool* p) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void interResToBinary(SBufferWriter* bw, SArray* pRes, int32_t tagLen) {
|
void interResToBinary(SBufferWriter* bw, SArray* pRes, int32_t tagLen) {
|
||||||
uint32_t numOfGroup = taosArrayGetSize(pRes);
|
uint32_t numOfGroup = (uint32_t) taosArrayGetSize(pRes);
|
||||||
tbufWriteUint32(bw, numOfGroup);
|
tbufWriteUint32(bw, numOfGroup);
|
||||||
tbufWriteUint16(bw, tagLen);
|
tbufWriteUint16(bw, tagLen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue