report function should ignore formatting

This commit is contained in:
jlamothe 2023-11-15 00:04:35 +00:00
parent cead3f67d0
commit b9cac45eba

View File

@ -166,7 +166,7 @@ reindex(TestState *s)
static void
report(const char *str)
{
print(str);
print("%s", str);
}
//jl