提交 091720cf 编写于 作者: D dapan1121

fix bug

上级 d81d784a
......@@ -391,11 +391,6 @@ int regex_match(const char *s, const char *reg, int cflags) {
static char* formatTimestamp(char* buf, int64_t val, int precision) {
if (val == INT64_MIN) {
memset(buf, ' ', 23);
return buf;
}
if (args.is_raw_time) {
sprintf(buf, "%" PRId64, val);
return buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册