From c4f64cf2556c0f8597e1fbc19d7c664b8da94612 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 11 Oct 2024 19:24:15 +0200 Subject: Added buffer sizes in API args --- tools/001_derive_h48/derive_h48.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/001_derive_h48') diff --git a/tools/001_derive_h48/derive_h48.c b/tools/001_derive_h48/derive_h48.c index c5f28c8..c964882 100644 --- a/tools/001_derive_h48/derive_h48.c +++ b/tools/001_derive_h48/derive_h48.c @@ -19,8 +19,7 @@ void run(void) { int main(int argc, char **argv) { if (argc < 5) { - fprintf(stderr, - "Error: not enough arguments. Required:\n" + printf("Error: not enough arguments. Required:\n" "1. Solver name for large table\n" "2. Solver name for derived table\n" "3. Filename containing large table\n" -- cgit v1.3