diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:17:03 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:17:03 +0200 |
| commit | ac652bb6fb45099008e862e3ced650299dc3ebb7 (patch) | |
| tree | 12fb1c902c271fbeac41c4ee416cf1cd76b16fd7 /tools/302_solve_multisol/solve_multisol.c | |
| parent | 71e104d84b3538e15f27df79b151e6b49cbad1eb (diff) | |
| parent | e391c4624055138f075c0e5772ccaf8ede094b5a (diff) | |
| download | nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.tar.gz nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.zip | |
Merge branch 'master' into extend_moves
Diffstat (limited to 'tools/302_solve_multisol/solve_multisol.c')
| -rw-r--r-- | tools/302_solve_multisol/solve_multisol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/302_solve_multisol/solve_multisol.c b/tools/302_solve_multisol/solve_multisol.c index f6057d7..a2896a9 100644 --- a/tools/302_solve_multisol/solve_multisol.c +++ b/tools/302_solve_multisol/solve_multisol.c | |||
| @@ -18,7 +18,7 @@ void run(void) { | |||
| 18 | int i; | 18 | int i; |
| 19 | int64_t n; | 19 | int64_t n; |
| 20 | long long stats[NISSY_SIZE_SOLVE_STATS]; | 20 | long long stats[NISSY_SIZE_SOLVE_STATS]; |
| 21 | char sol[SOL_BUFFER_LEN], cube[22]; | 21 | char sol[SOL_BUFFER_LEN], cube[NISSY_SIZE_CUBE]; |
| 22 | 22 | ||
| 23 | printf("Solved the following scrambles:\n\n"); | 23 | printf("Solved the following scrambles:\n\n"); |
| 24 | for (i = 0; scrambles[i] != NULL; i++) { | 24 | for (i = 0; scrambles[i] != NULL; i++) { |
