diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 13:41:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 13:42:33 +0200 |
| commit | 474039de7af2cee7fa309e06a5c4e75b81f220ad (patch) | |
| tree | 06110ae54ec5806be934bc764c64d8ae47674077 /tools/tool.h | |
| parent | bf3497420c9a12397dc13a34faf3ce3e456f3aa7 (diff) | |
| download | nissy-core-474039de7af2cee7fa309e06a5c4e75b81f220ad.tar.gz nissy-core-474039de7af2cee7fa309e06a5c4e75b81f220ad.zip | |
Fixed table name in tools
Diffstat (limited to 'tools/tool.h')
| -rw-r--r-- | tools/tool.h | 2 |
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 | } |
| 83 | printf("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 | } |
