[TD-225]fix compiler error.
This commit is contained in:
parent
d5d4b80d85
commit
bdaa824802
|
@ -1956,7 +1956,7 @@ void tscFirstRoundRetrieveCallback(void* param, TAOS_RES* tres, int numOfRows) {
|
||||||
SBufferWriter bw = tbufInitWriter(NULL, false);
|
SBufferWriter bw = tbufInitWriter(NULL, false);
|
||||||
interResToBinary(&bw, pSup->pResult, pSup->tagLen);
|
interResToBinary(&bw, pSup->pResult, pSup->tagLen);
|
||||||
|
|
||||||
pQueryInfo1->bufLen = tbufTell(&bw);
|
pQueryInfo1->bufLen = (int32_t) tbufTell(&bw);
|
||||||
pQueryInfo1->buf = tbufGetData(&bw, true);
|
pQueryInfo1->buf = tbufGetData(&bw, true);
|
||||||
|
|
||||||
// set the serialized binary string as the parameter of arithmetic expression
|
// set the serialized binary string as the parameter of arithmetic expression
|
||||||
|
|
Loading…
Reference in New Issue