提交 b578690d 编写于 作者: G Ganlin Zhao

[TD-6645/enhance]: fix windows compilation error

上级 83bdc976
......@@ -1432,7 +1432,7 @@ static bool convertStrToNumber(TAOS_SML_KV *pVal, char *str, SSmlLinesInfo* info
uint64_t val_u;
double val_d;
strntolower_s(str, str, strlen(str));
strntolower_s(str, str, (int32_t)strlen(str));
if (IS_FLOAT_TYPE(type)) {
val_d = strtod(str, NULL);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册