&i
This commit is contained in:
parent
df1e61a224
commit
71a0faee5a
@ -73,7 +73,7 @@ void destroy_tree (struct uzol* strom){
|
|||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
int i = 0; // i indikuje ci najdem chybu v strome, mam vo funkcii i++ cize viem aj indikovat kde je cca chyba
|
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");
|
printf("Expert z bufetu to vie.\n");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user