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