diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-18 08:48:13 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-18 08:48:13 +0200 |
| commit | 8b94d135429a9f3253cc7f25a1453b412065c4a0 (patch) | |
| tree | 4a31d6def5421e95fb98505a2bc2653c18fca330 /tools/tool.h | |
| parent | 30b43f08955158d4f2066f4b50fe8d1241b3177b (diff) | |
| download | nissy-core-8b94d135429a9f3253cc7f25a1453b412065c4a0.tar.gz nissy-core-8b94d135429a9f3253cc7f25a1453b412065c4a0.zip | |
Refactor solver dispatch and checkdata
Diffstat (limited to '')
| -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 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 | } |
