From 96ef23574a950a31b81fe61aa43f65e22bdd11ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Wed, 15 Apr 2026 11:08:31 +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 b99177e..0767e67 100644 --- a/du5/program.c +++ b/du5/program.c @@ -62,7 +62,7 @@ int buildATree() //kontrola - jedna otazka musii mat dve deti (AK NIE vyhodi chybu) if (tree[current].yes == -1 || tree[current].no == -1) { - treeIsBroken = true; + isTreeBroken = true; } return current;