aboutsummaryrefslogtreecommitdiff
path: root/test/030_move/move_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-12 11:11:28 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-12 11:11:28 +0200
commitda8fdd4955fd24666643915a6728678e9965a0d3 (patch)
tree878d7baf68f90e80949bc79a039bda159865821f /test/030_move/move_tests.c
parent14689e29252e608d51c5b52e61e43471d2aa021e (diff)
downloadnissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.tar.gz
nissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.zip
Make writecube safer
Diffstat (limited to 'test/030_move/move_tests.c')
-rw-r--r--test/030_move/move_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c
index d4a109b..2f0ecfb 100644
--- a/test/030_move/move_tests.c
+++ b/test/030_move/move_tests.c
@@ -17,7 +17,7 @@ void run(void) {
17 } else if (!issolvable(cube)) { 17 } else if (!issolvable(cube)) {
18 printf("Moved cube is not solvable\n"); 18 printf("Moved cube is not solvable\n");
19 } else { 19 } else {
20 writecube("H48", cube, cubestr); 20 writecube("H48", cube, NISSY_SIZE_H48, cubestr);
21 printf("%s\n", cubestr); 21 printf("%s\n", cubestr);
22 } 22 }
23} 23}

Generated with cgit - Back to sebastiano.tronto.net