From b68f3d6247c32f121ab90f4595db2642b6598a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Dembick=C3=BD?= Date: Fri, 17 Apr 2026 07:00:32 +0000 Subject: [PATCH] Aktualizovat du5/program.c --- du5/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/du5/program.c b/du5/program.c index c3180dd..6097822 100644 --- a/du5/program.c +++ b/du5/program.c @@ -103,8 +103,8 @@ int main(void) if (buf[0] == 'a' && buf[1] == '\0') current = yes_child[current]; else if (buf[0] == 'n' && buf[1] == '\0') current = no_child[current]; else { - printf("Chyba: Neplatny vstup '%s'.\n", buf); - return 1; + printf("Nerozumiem\n"); + return 0; } }