This commit is contained in:
Kamil Gejdoš 2026-04-15 08:27:07 +00:00
parent df1e61a224
commit 71a0faee5a

View File

@ -73,7 +73,7 @@ void destroy_tree (struct uzol* strom){
int main() {
int i = 0; // i indikuje ci najdem chybu v strome, mam vo funkcii i++ cize viem aj indikovat kde je cca chyba
struct uzol* strom = nacitaj_data(*i);
struct uzol* strom = nacitaj_data(&i);
printf("Expert z bufetu to vie.\n");