From da8fdd4955fd24666643915a6728678e9965a0d3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 12 Oct 2024 11:11:28 +0200 Subject: Make writecube safer --- test/077_copy_edges/copy_edges_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/077_copy_edges') diff --git a/test/077_copy_edges/copy_edges_tests.c b/test/077_copy_edges/copy_edges_tests.c index 5077861..48c5c53 100644 --- a/test/077_copy_edges/copy_edges_tests.c +++ b/test/077_copy_edges/copy_edges_tests.c @@ -19,7 +19,7 @@ void run(void) { } else if (!isconsistent(c1)) { printf("Setting EO resulted in inconsistent cube\n"); } else { - writecube("H48", c1, str); + writecube("H48", c1, NISSY_SIZE_H48, str); printf("%s\n", str); } } -- cgit v1.3