Skip to content
Snippets Groups Projects
Commit d0c5b56a authored by Ladislav Laska's avatar Ladislav Laska
Browse files

Opraven bug v ukazkovem aim-life.

Diky Jethrovi za odhaleni.
parent e96d24cb
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,6 @@ exercise(struct image ** life_p, unsigned int gens) { ...@@ -53,6 +53,6 @@ exercise(struct image ** life_p, unsigned int gens) {
struct image * _t = tmp; tmp = life; life = _t; struct image * _t = tmp; tmp = life; life = _t;
//display(life); //display(life);
} }
life_p = &life; (*life_p) = life;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment