Skip to content
Snippets Groups Projects
Commit c50daa96 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

First attempt at splitting the sub tasks into two categories

parent a1b5a697
No related branches found
No related tags found
1 merge request!180Task sub split
...@@ -527,6 +527,8 @@ void runner_do_ghost(struct runner *r, struct cell *c) { ...@@ -527,6 +527,8 @@ void runner_do_ghost(struct runner *r, struct cell *c) {
count = redo; count = redo;
if (count > 0) { if (count > 0) {
return;
/* Climb up the cell hierarchy. */ /* Climb up the cell hierarchy. */
for (finger = c; finger != NULL; finger = finger->parent) { for (finger = c; finger != NULL; finger = finger->parent) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment