diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 13:09:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 13:09:42 +0200 |
| commit | bf3497420c9a12397dc13a34faf3ce3e456f3aa7 (patch) | |
| tree | db8d9395674cc62296efda07834434979a8067f5 /src/solvers/solutions.h | |
| parent | 037461be140429aaa80af75fcd110ee60ba410ee (diff) | |
| download | nissy-core-bf3497420c9a12397dc13a34faf3ce3e456f3aa7.tar.gz nissy-core-bf3497420c9a12397dc13a34faf3ce3e456f3aa7.zip | |
Fix bug
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/solutions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/solvers/solutions.h b/src/solvers/solutions.h index 0eb3a7f..00ed84c 100644 --- a/src/solvers/solutions.h +++ b/src/solvers/solutions.h | |||
| @@ -233,7 +233,6 @@ appendsolution( | |||
| 233 | list->shortest_sol = MIN( | 233 | list->shortest_sol = MIN( |
| 234 | list->shortest_sol, tsol[r].nmoves + tsol[r].npremoves); | 234 | list->shortest_sol, tsol[r].nmoves + tsol[r].npremoves); |
| 235 | r++; | 235 | r++; |
| 236 | |||
| 237 | } | 236 | } |
| 238 | 237 | ||
| 239 | list->buf[list->used] = '\0'; | 238 | list->buf[list->used] = '\0'; |
