This commit is contained in:
dapan1121 2021-04-19 13:44:09 +08:00
parent d81d784a4a
commit 091720cfa9
1 changed files with 0 additions and 5 deletions

View File

@ -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;