Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 09:54:49 +00:00
parent b4720c704c
commit fa4ba54c99

View File

@ -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;
}