Skip to content
  • Jean-Paul Chaput's avatar
    Fix bad index in Track::repair(). · 1733b514
    Jean-Paul Chaput authored
    * Bug: In Track::repair(), when a same net gap has been found and closed,
        we display a warning. We display the two segments fused, but when it's
        the two first, we must not use index "i-1" (with i=0) ...
    1733b514