From e4f356b9592599ad91aac34bf2265c9bcdfbb81f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 8 Apr 2025 15:16:21 +0200 Subject: Some minor changes to the interface. - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments. --- tools/400_solvetest/solve_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/400_solvetest/solve_test.c') diff --git a/tools/400_solvetest/solve_test.c b/tools/400_solvetest/solve_test.c index a98be26..e881030 100644 --- a/tools/400_solvetest/solve_test.c +++ b/tools/400_solvetest/solve_test.c @@ -94,7 +94,7 @@ void run(void) { } int main(int argc, char **argv) { - char filename[255], dataid[NISSY_DATAID_SIZE]; + char filename[255], dataid[NISSY_SIZE_DATAID]; if (argc < 2) { printf("Error: not enough arguments. " -- cgit v1.3