Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 09:30:52 +00:00
parent 8102459d0d
commit 6a3143a896

View File

@ -33,8 +33,8 @@ int buildATree()
return -1;
}
indexLine += 1;
char *line = lines[indexLine];
indexLine += 1;
//pomocny index
int current = nodeCount++;