Comment 6 for bug 1613662

Revision history for this message
Tavmjong Bah (tavmjong-free) wrote :

* Identical Expressions:

I believe the following is the correct fix, but perhaps someone more familiar with lib2geom should check:

if(depth > 12 || (Ar.maxExtent() < tol && Ar.maxExtent() < tol)) {

                                          |
                                          V

if(depth > 12 || (Ar.maxExtent() < tol && Br.maxExtent() < tol)) {