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/081_getcube/getcube_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/081_getcube/getcube_tests.c') diff --git a/test/081_getcube/getcube_tests.c b/test/081_getcube/getcube_tests.c index 7eb59dc..46c324b 100644 --- a/test/081_getcube/getcube_tests.c +++ b/test/081_getcube/getcube_tests.c @@ -23,7 +23,7 @@ void run(void) { } else if (!isconsistent(cube)) { printf("Inconsistent cube\n"); } else { - writecube("H48", cube, str); + writecube("H48", cube, NISSY_SIZE_H48, str); printf("%s\n", str); } } -- cgit v1.3