aboutsummaryrefslogtreecommitdiff
path: root/test/050_compose
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/050_compose
parent14689e29252e608d51c5b52e61e43471d2aa021e (diff)
downloadnissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.tar.gz
nissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.zip
Make writecube safer
Diffstat (limited to 'test/050_compose')
-rw-r--r--test/050_compose/compose_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/050_compose/compose_tests.c b/test/050_compose/compose_tests.c
index e0e65b2..c778838 100644
--- a/test/050_compose/compose_tests.c
+++ b/test/050_compose/compose_tests.c
@@ -18,7 +18,7 @@ void run(void) {
18 } else if (!issolvable(c3)) { 18 } else if (!issolvable(c3)) {
19 printf("Composed cube is not solvable\n"); 19 printf("Composed cube is not solvable\n");
20 } else { 20 } else {
21 writecube("H48", c3, str); 21 writecube("H48", c3, NISSY_SIZE_H48, str);
22 printf("%s\n", str); 22 printf("%s\n", str);
23 } 23 }
24} 24}

Generated with cgit - Back to sebastiano.tronto.net