From b4720c704cf90a70de3fb71c7ef10e2e0e8c3f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Wed, 15 Apr 2026 09:50:05 +0000 Subject: [PATCH] Aktualizovat du5/program.c --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 3d79476..395345b 100644 --- a/du5/program.c +++ b/du5/program.c @@ -87,7 +87,7 @@ void goThroughTheTree(int rootIndex) { current = tree[current].no; } - else if (input == '0') + else if (input != 'n' || input != 'a') { printf("Nerozumiem\n"); return;