aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/solutions.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-31 13:09:42 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-31 13:09:42 +0200
commitbf3497420c9a12397dc13a34faf3ce3e456f3aa7 (patch)
treedb8d9395674cc62296efda07834434979a8067f5 /src/solvers/solutions.h
parent037461be140429aaa80af75fcd110ee60ba410ee (diff)
downloadnissy-core-bf3497420c9a12397dc13a34faf3ce3e456f3aa7.tar.gz
nissy-core-bf3497420c9a12397dc13a34faf3ce3e456f3aa7.zip
Fix bug
Diffstat (limited to 'src/solvers/solutions.h')
-rw-r--r--src/solvers/solutions.h1
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';

Generated with cgit - Back to sebastiano.tronto.net