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

[td-225]fix compiler error.

上级 97ee4877
......@@ -3242,7 +3242,7 @@ static char* getResultBlockPosition(SSqlCmd* pCmd, SSqlRes* pRes, int32_t column
if (pRes->data != NULL) {
return pRes->data + pInfo->pExpr->base.offset * pRes->numOfRows + pRes->row * (*bytes);
} else {
return pRes->urow[columnIndex] + pRes->row * (*bytes);
return ((char*)pRes->urow[columnIndex]) + pRes->row * (*bytes);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册