Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The special case that an already broken child must be split again confronts us with two skip stacks: The initial (absolute) and the adjusted (partial) stack. Often the new stack is a relative one and (carefully) adding both stacks is ok. But the following must be observed: - The first number of the combined stack has to be the index of the child we broke twice. - A child index bigger than the starting index of the initial stack denotes that the new skip stack is an absolute stack. Don't add nothing. Should fix Kozea#953
- Loading branch information