aboutsummaryrefslogtreecommitdiff
path: root/tools/000_gendata
diff options
context:
space:
mode:
Diffstat (limited to 'tools/000_gendata')
-rw-r--r--tools/000_gendata/gendata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/000_gendata/gendata.c b/tools/000_gendata/gendata.c
index 0d647f9..213852f 100644
--- a/tools/000_gendata/gendata.c
+++ b/tools/000_gendata/gendata.c
@@ -19,7 +19,7 @@ run(void) {
19 default: 19 default:
20 nissy_datainfo(size, buf, write_stdout); 20 nissy_datainfo(size, buf, write_stdout);
21 consistent = nissy_checkdata(size, buf) == 0; 21 consistent = nissy_checkdata(size, buf) == 0;
22 expected = check_distribution(solver, buf); 22 expected = check_distribution(solver, size, buf);
23 if (consistent && expected) { 23 if (consistent && expected) {
24 printf("\n"); 24 printf("\n");
25 printf("Generated %" PRId64 " bytes.\n", size); 25 printf("Generated %" PRId64 " bytes.\n", size);

Generated with cgit - Back to sebastiano.tronto.net