Commit 1a753851 authored by Simon Pastor's avatar Simon Pastor
Browse files

merge2

parent 0efcf254
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ func (algo *SegmentAlgorithm) comparePath(oldPath *SegAlgoPath, newPath *SegAlgo
	if oldPath == nil {
		return true
	}
	if len(oldPath) != len(newPath) {
	if len(oldPath.Segments) != len(newPath.Segments) {
		return true
	}