From 54a5bc8c07ad99a9eb3f8e296ea1c4642324e86f Mon Sep 17 00:00:00 2001 From: Viktor Daniv Date: Fri, 15 Nov 2024 01:10:01 +0000 Subject: [PATCH] Update cv7/program.c --- cv7/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv7/program.c b/cv7/program.c index b45f611..d20c98a 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -82,7 +82,7 @@ struct tree* read_tree() { // Read a line from stdin char* r = fgets(buffer, SIZE, stdin); if (r == NULL) { - fprintf(stderr, "Error: Failed to read input\n"); + fprintf(stderr, "Chybna databaza\n"); exit(1); // Exit the program if reading fails }