From 8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 09:00:15 +0200 Subject: Removed old scripts and updated public API --- tools/300_solve_small/solve_small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/300_solve_small') diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index 2efbcb5..dcd47c1 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c @@ -25,7 +25,7 @@ void run(void) { int i; int64_t n; long long stats[NISSY_SIZE_SOLVE_STATS]; - char sol[SOL_BUFFER_LEN], cube[22]; + char sol[SOL_BUFFER_LEN], cube[NISSY_SIZE_CUBE]; printf("Solved the following scrambles:\n\n"); for (i = 0; scrambles[i] != NULL; i++) { -- cgit v1.3