提交 41fae8cc 编写于 作者: A Alex Duan

build error

上级 c53dcce0
...@@ -377,7 +377,7 @@ bool sendChildTalbe(TAOS *taos, char *superName, char *tableName, TAOS_FIELD *fi ...@@ -377,7 +377,7 @@ bool sendChildTalbe(TAOS *taos, char *superName, char *tableName, TAOS_FIELD *fi
} }
// init // init
int32_t preLen = strlen(sqlBuf); int32_t preLen = (int32_t)strlen(sqlBuf);
char *subBuf = sqlBuf + preLen; char *subBuf = sqlBuf + preLen;
int32_t subLen = bufLen - preLen; int32_t subLen = bufLen - preLen;
sprintf(subBuf, " %s using %s tags(0) values ", dbTable, superName); sprintf(subBuf, " %s using %s tags(0) values ", dbTable, superName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册