diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 18:11:23 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 18:11:23 +0100 |
| commit | 4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97 (patch) | |
| tree | c8e025c68400df1ef4947989462242d3229c4ffb /tools/301_solve_file/solve_file.c | |
| parent | ba75d1632115180d05ba9ce5e35380251d251e7d (diff) | |
| download | nissy-core-4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97.tar.gz nissy-core-4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97.zip | |
Temporary fix for tools
Diffstat (limited to 'tools/301_solve_file/solve_file.c')
| -rw-r--r-- | tools/301_solve_file/solve_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/301_solve_file/solve_file.c b/tools/301_solve_file/solve_file.c index fe41bb7..877be96 100644 --- a/tools/301_solve_file/solve_file.c +++ b/tools/301_solve_file/solve_file.c | |||
| @@ -23,7 +23,7 @@ void run(void) { | |||
| 23 | printf("Invalid scramble\n"); | 23 | printf("Invalid scramble\n"); |
| 24 | continue; | 24 | continue; |
| 25 | } | 25 | } |
| 26 | nsols = nissy_solve(cube, solver, NISSY_NISSFLAG_NORMAL, | 26 | nsols = nissy_solve(cube, solver, "", NISSY_NISSFLAG_NORMAL, |
| 27 | 0, 20, 1, -1, 0, size, buf, SOL_BUFFER_LEN, sol, stats); | 27 | 0, 20, 1, -1, 0, size, buf, SOL_BUFFER_LEN, sol, stats); |
| 28 | if (nsols == 0) | 28 | if (nsols == 0) |
| 29 | printf("No solution found\n"); | 29 | printf("No solution found\n"); |
