for windows compile
This commit is contained in:
parent
1d49be652e
commit
11e82045d9
|
@ -3194,7 +3194,7 @@ static void diff_function(SQLFunctionCtx *pCtx) {
|
||||||
GET_RES_INFO(pCtx)->numOfRes += forwardStep;
|
GET_RES_INFO(pCtx)->numOfRes += forwardStep;
|
||||||
|
|
||||||
pCtx->aOutputBuf += forwardStep * pCtx->outputBytes;
|
pCtx->aOutputBuf += forwardStep * pCtx->outputBytes;
|
||||||
pCtx->ptsOutputBuf += forwardStep * TSDB_KEYSIZE;
|
pCtx->ptsOutputBuf = (char*)pCtx->ptsOutputBuf + forwardStep * TSDB_KEYSIZE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue