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 77cdf34..225f789 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -126,7 +126,7 @@ derivetable(
126 goto derivetable_error; 126 goto derivetable_error;
127 } 127 }
128 128
129 if (parse_h48_solver(solver_small, &h, &k) != 0) { 129 if (parse_h48_hk(solver_small, &h, &k) != NISSY_OK) {
130 gensize = -3; 130 gensize = -3;
131 goto derivetable_error; 131 goto derivetable_error;
132 } 132 }

Generated with cgit - Back to sebastiano.tronto.net