未验证 提交 84ef79fe 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

[TD-5656]<fix>: arm32 socket post result \0 error. (#7092)

上级 877f20cc
......@@ -268,7 +268,7 @@ void httpJsonTimestamp(JsonBuf* buf, int64_t t, int32_t timePrecision) {
int32_t fractionLen;
char* format = NULL;
time_t quot = 0;
long mod = 0;
int64_t mod = 0;
switch (timePrecision) {
case TSDB_TIME_PRECISION_MILLI: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册