aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-18 13:58:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-18 13:58:31 +0200
commit7f78e56994a824fc8364c91032c1be4ee767ec41 (patch)
treefeb20ee002a415b80a827f24188ef4ed239a8bf5 /tools/tool.h
parent4adeab7cdfb957db832bd6730060fa5eca952d82 (diff)
downloadnissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.tar.gz
nissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.zip
Renamed tools; fixed solve tool; added gendata_h48h1k2 tool
Diffstat (limited to '')
-rw-r--r--tools/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index eaee704..5ca1f04 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -129,7 +129,7 @@ getdata(
129 case -2: 129 case -2:
130 goto getdata_error; 130 goto getdata_error;
131 default: 131 default:
132 writetable(filename, size, *buf); 132 writetable(*buf, size, filename);
133 break; 133 break;
134 } 134 }
135 } else { 135 } else {

Generated with cgit - Back to sebastiano.tronto.net