Skip to content

Fix #5: Handle overlapping sections

Will Hawkins requested to merge tbss into master

Handle overlapping sections properly. This was a problem with calculation of the gap between two sections that happen to overlap. It resulted in a negative gap that turned into a very large positive number.

Merge request reports