top | item 4024331 (no title) basugasubaku | 13 years ago Your get_tail_child always returns NULL for (tail_ch = head_ch; tail_ch; tail_ch = tail_ch->next); return tail_ch; discuss order hn newest uggedal|13 years ago That was embarrasing. Should be fixed now: https://github.com/uggedal/going/commit/15a83397076ffbebe585... jws|13 years ago Well spotted!Going to want to add a test case with more than one child at a time. I think as is it loses all but the most recent child.
uggedal|13 years ago That was embarrasing. Should be fixed now: https://github.com/uggedal/going/commit/15a83397076ffbebe585...
jws|13 years ago Well spotted!Going to want to add a test case with more than one child at a time. I think as is it loses all but the most recent child.
uggedal|13 years ago
jws|13 years ago
Going to want to add a test case with more than one child at a time. I think as is it loses all but the most recent child.