提交 f68ad58e 编写于 作者: wmmhello's avatar wmmhello

fix mistake

上级 d825687c
...@@ -2300,7 +2300,7 @@ void tscFirstRoundRetrieveCallback(void* param, TAOS_RES* tres, int numOfRows) { ...@@ -2300,7 +2300,7 @@ void tscFirstRoundRetrieveCallback(void* param, TAOS_RES* tres, int numOfRows) {
tscError("stddev convert tag error:%d", ret); tscError("stddev convert tag error:%d", ret);
} }
}else{ }else{
memcpy(p + offset, row[i], pExpr->base.resBytes); memcpy(p + offset, row[i], length[i]);
} }
} }
offset += pExpr->base.resBytes; offset += pExpr->base.resBytes;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册