From fa4ba54c9923d6ca75c169a8c95cfcc369bdbc7c 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:54:49 +0000 Subject: [PATCH] Aktualizovat du5/program.c --- du5/program.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 395345b..22ac1c2 100644 --- a/du5/program.c +++ b/du5/program.c @@ -120,7 +120,8 @@ int main() //zisk. korena int root = buildATree(); - if (root == -1 || indexLine != lineCount) { + if (root == -1) + { printf("Koniec vstupu.\n"); return 0; }