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/301_solve_file/solve_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/301_solve_file') diff --git a/tools/301_solve_file/solve_file.c b/tools/301_solve_file/solve_file.c index fcc018d..d9084fd 100644 --- a/tools/301_solve_file/solve_file.c +++ b/tools/301_solve_file/solve_file.c @@ -12,7 +12,7 @@ char scrambles[MAX_SCR][MAX_SCR_LEN]; void run(void) { int64_t i, nsols; 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; i < N; i++) { -- cgit v1.3