Skip to content
Snippets Groups Projects
Commit 15a434e4 authored by Johan Sundström's avatar Johan Sundström
Browse files

More SAN. :)

Rev: tools/release_checks.pike:1.2
parent 9d4fc850
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ int test_constants() {
allocated);
if(consts>allocated) {
write("bultin_constants mapping in constants.c needs to be at least %d\n"
"entries big.\n", allocated);
"entries big.\n", consts);
return 0;
}
if(allocated-consts>10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment