src/minitrace

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:59:04 -04:00
parent 3a0ddc2087
commit 66854089c0

View File

@@ -393,6 +393,9 @@ void mtr_flush_with_state(int is_last) {
case 'X': case 'X':
snprintf(id_buf, ARRAY_SIZE(id_buf), ",\"dur\":%i", (int)raw->a_double); snprintf(id_buf, ARRAY_SIZE(id_buf), ",\"dur\":%i", (int)raw->a_double);
break; break;
default:
break;
} }
} else { } else {
id_buf[0] = 0; id_buf[0] = 0;