projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
502fa86
)
ccanlint: fix format error when test output contains %
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Feb 2011 23:54:01 +0000
(10:24 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Feb 2011 23:54:01 +0000
(10:24 +1030)
tools/ccanlint/tests/tests_pass.c
patch
|
blob
|
history
diff --git
a/tools/ccanlint/tests/tests_pass.c
b/tools/ccanlint/tests/tests_pass.c
index 0edfad262c4ba02299052231691b23ce40784ff7..1d3c018296d409bda74892a849ab41e25e64384a 100644
(file)
--- a/
tools/ccanlint/tests/tests_pass.c
+++ b/
tools/ccanlint/tests/tests_pass.c
@@
-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);
}
}