report function should ignore formatting
This commit is contained in:
parent
cead3f67d0
commit
b9cac45eba
2
9unit.c
2
9unit.c
@ -166,7 +166,7 @@ reindex(TestState *s)
|
|||||||
static void
|
static void
|
||||||
report(const char *str)
|
report(const char *str)
|
||||||
{
|
{
|
||||||
print(str);
|
print("%s", str);
|
||||||
}
|
}
|
||||||
|
|
||||||
//jl
|
//jl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user