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/075_set_eo/set_eo_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/075_set_eo/set_eo_tests.c') diff --git a/test/075_set_eo/set_eo_tests.c b/test/075_set_eo/set_eo_tests.c index fb2c23e..0c67e87 100644 --- a/test/075_set_eo/set_eo_tests.c +++ b/test/075_set_eo/set_eo_tests.c @@ -30,7 +30,7 @@ void run(void) { fprintf(stderr, "\n"); printf("Setting EO resulted in inconsistent cube\n"); } else { - writecube("H48", cube, str); + writecube("H48", cube, NISSY_SIZE_H48, str); printf("%s\n", str); } } -- cgit v1.3