From 86b7e8583d00c1db6b71a7e3dbdddc4ff5e86b4a Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 9 Jun 2019 01:50:23 +0200 Subject: rsync with last merge in 2Geom --- src/2geom/intersection-graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/2geom/intersection-graph.cpp') diff --git a/src/2geom/intersection-graph.cpp b/src/2geom/intersection-graph.cpp index 4ee4f65fa..1d065527f 100644 --- a/src/2geom/intersection-graph.cpp +++ b/src/2geom/intersection-graph.cpp @@ -89,6 +89,7 @@ void PathIntersectionGraph::_prepareArguments() for (std::size_t i = _pv[w].size(); i > 0; --i) { if (_pv[w][i-1].empty()) { _pv[w].erase(_pv[w].begin() + (i-1)); + continue; } for (std::size_t j = _pv[w][i-1].size(); j > 0; --j) { if (_pv[w][i-1][j-1].isDegenerate()) { -- cgit v1.2.3