aboutsummaryrefslogtreecommitdiff
path: root/test/040_inverse_cube
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/040_inverse_cube
parent14689e29252e608d51c5b52e61e43471d2aa021e (diff)
downloadnissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.tar.gz
nissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.zip
Make writecube safer
Diffstat (limited to 'test/040_inverse_cube')
-rw-r--r--test/040_inverse_cube/inverse_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/040_inverse_cube/inverse_tests.c b/test/040_inverse_cube/inverse_tests.c
index 4cb7ad1..c1045ab 100644
--- a/test/040_inverse_cube/inverse_tests.c
+++ b/test/040_inverse_cube/inverse_tests.c
@@ -15,7 +15,7 @@ void run(void) {
15 } else if (!issolvable(inv)) { 15 } else if (!issolvable(inv)) {
16 printf("Inverted cube is not solvable\n"); 16 printf("Inverted cube is not solvable\n");
17 } else { 17 } else {
18 writecube("H48", inv, str); 18 writecube("H48", inv, NISSY_SIZE_H48, str);
19 printf("%s\n", str); 19 printf("%s\n", str);
20 } 20 }
21} 21}

Generated with cgit - Back to sebastiano.tronto.net