From 6a3143a896d344da6911d555bb98af321ea98452 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:30:52 +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 4a13bfa..853701d 100644 --- a/du5/program.c +++ b/du5/program.c @@ -33,8 +33,8 @@ int buildATree() return -1; } - indexLine += 1; char *line = lines[indexLine]; + indexLine += 1; //pomocny index int current = nodeCount++;