Commit 4a1ec39e authored by Rusty Russell's avatar Rusty Russell

ccanlint: fix format error when test output contains %

parent 502fa868
......@@ -39,7 +39,7 @@ static void do_run_tests(struct manifest *m,
i->compiled))
score->score++;
else
score_file_error(score, i, 0, cmdout);
score_file_error(score, i, 0, "%s", cmdout);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment