diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-12 21:37:42 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-12 21:37:42 +0000 |
| commit | 78d439326a4dd26599853295e62b9f63136fc2f3 (patch) | |
| tree | fc5159d3cbd5ae8e3564c961c8c3f2cc18e96e0f /src/libavoid | |
| parent | Update to experimental r13465 (diff) | |
| parent | updating pot files (diff) | |
| download | inkscape-78d439326a4dd26599853295e62b9f63136fc2f3.tar.gz inkscape-78d439326a4dd26599853295e62b9f63136fc2f3.zip | |
Update to experimental r13479
(bzr r13090.1.103)
Diffstat (limited to 'src/libavoid')
| -rw-r--r-- | src/libavoid/connector.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libavoid/connector.cpp b/src/libavoid/connector.cpp index b8c99a48c..40ded7498 100644 --- a/src/libavoid/connector.cpp +++ b/src/libavoid/connector.cpp @@ -845,7 +845,10 @@ bool ConnRef::generatePath(void) break; } // Check we don't have an apparent infinite connector path. - COLA_ASSERT(pathlen < 200); +//#ifdef PATHDEBUG + db_printf("Path length: %i\n", pathlen); +//#endif + COLA_ASSERT(pathlen < 10000); } std::vector<Point> path(pathlen); |
