aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tool.h')
-rw-r--r--tools/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 9c55d2b..8c04eb0 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -80,6 +80,7 @@ generatetable(
80 printf("Error getting table size.\n"); 80 printf("Error getting table size.\n");
81 return -1; 81 return -1;
82 } 82 }
83printf("In generatetable %s\n", dataid);
83 84
84 *buf = malloc(size); 85 *buf = malloc(size);
85 gensize = nissy_gendata(solver, size, *buf); 86 gensize = nissy_gendata(solver, size, *buf);
@@ -157,7 +158,6 @@ gendata_run(
157 printf("Succesfully generated %lld bytes. " 158 printf("Succesfully generated %lld bytes. "
158 "See above for details on the tables.\n", size); 159 "See above for details on the tables.\n", size);
159 160
160 /* TODO: check that the table is correct */
161 writetable(buf, size, filename); 161 writetable(buf, size, filename);
162 break; 162 break;
163 } 163 }

Generated with cgit - Back to sebastiano.tronto.net